alvr-visionos icon indicating copy to clipboard operation
alvr-visionos copied to clipboard

Hands off

Open wendal2841 opened this issue 11 months ago • 3 comments

how can you turn off your hands so they are not visible in vr ?

wendal2841 avatar Mar 06 '24 22:03 wendal2841

Try turning off the "Show hands overlaid" toggle in the initial screen.

zhuowei avatar Mar 07 '24 01:03 zhuowei

There's a weird bug with the setting (not sure if it's Apple's fault or ours), if you open the control center and close it, it'll apply the setting for sure.

shinyquagsire23 avatar Mar 07 '24 01:03 shinyquagsire23

yeah I have no clue wtf is going on with this one, I even tried two different immersive scenes to rule out Observable bugs:

        ImmersiveSpace(id: "ClientWithHands") {
            CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
                let renderer = Renderer(layerRenderer)
                renderer.startRenderLoop()
            }
        }
        .immersionStyle(selection: $clientImmersionStyle, in: .full)
        .upperLimbVisibility(.visible)
        
        ImmersiveSpace(id: "ClientNoHands") {
            CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
                let renderer = Renderer(layerRenderer)
                renderer.startRenderLoop()
            }
        }
        .immersionStyle(selection: $clientImmersionStyle, in: .full)
        .upperLimbVisibility(.hidden)

still broken for some reason, so it seems like Apple needs to fix it.

shinyquagsire23 avatar Mar 11 '24 23:03 shinyquagsire23