Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upskulls demo doesn't render anything in immersive mode #25895
Comments
|
That's a regression. This used to work. |
|
JS error I'll be talking to the bbjs people about this. |
|
Note to self: The BBJS demo has been updated for webvr, but not webxr. Webxr works differently (no more vr controller). It is documented here: https://doc.babylonjs.com/how_to/webxr_controllers_support. The difference between vr and xr is documented here https://doc.babylonjs.com/how_to/introduction_to_webxr#migrating-from-webvr , not everything is up to date (like, motionController is an async operation) |
|
Tried to make it work, but the demo was initially designed for WebVR. I talked with Raanan, and we are going to remove this demo, and I will add 3 new demos, up to date with WebXR API and the latest babylonjs version: |
|
We removed the demo. |
I see content in the windowed mode, but nothing appears around me when I enter immersive mode.