Post

Replies

Boosts

Views

Activity

Reply to Vision Pro Volume Scaling Woes
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!
Nov ’24