WebXR immersive session and hand tracking fixes!
Sponsor A-Frame to help us move the 3D Web forward.
You can also buy a cool t-shirt 👕
Major Changes
- Update to THREE r125 (THREE.Geometry deprecated) (@dmarcos)
Fixes
- Fix hand tracking (97be815) (@dmarcos)
- Fix immersive mode in Chrome for Android and Microsoft Edge. (THREE r125)
- Don't initialize text mesh until the font has loaded. This prevents the raycaster to intersect prematurely and emit spurious events (#4742) (@quantumalchemy @dmarcos)
- Fix raycaster overriding line default color (#4743) (@GMartigny @dmarcos)
- Make sure enter-vr / exit-vr events are emitted when entering fullscreen (#4740) (@stefanhuber @dmarcos)
- Fix problem with wasd-controls when opening a contextual menu with right click while pressing WASD simultaneously. Camera movement doesn't stop when releasing keys (#4766) (@djoksimo @dmarcos)
- Fix inspector toggle on US international keyboards (#4516) (@svenkonings @dmarcos)
- Make sure generic controls have the lowest precedence when vendor specific ones are also defined (#4784) (@fordacious @dmarcos)
- Fix tests (@dmarcos)
Deprecations
- THREE r125 deprecates
THREE.Geometry
Enhancements
- Docs improvements (@tete-github @luics @KovacsGG @dmarcos)