Hi @JasonRTBond,
it seems like the cube ist still captured in a window.
Go to VolumeToyApp and make the window volumetric, i.e.
WindowGroup{ ContentView() } .windowStyle(.volumetric)
If you just want to change the size of the window:
.defaultSize(width: 1200, height: 1000) -> insert your dimensions
Hope that helps. Let me know if you need any more help!
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: