Skip to content

v6.3.0

Compare
Choose a tag to compare
@bbohlender bbohlender released this 01 Nov 15:32
· 62 commits to main since this release

react-three/xr v6.3.0

Breaking Changes

  • by default hands and controllers are now placed at the inputSource.targetRaySpace to align with the WebXR standard. Use <XRSpace space="grib-space" /> for the controller or <XRSpace space="wrist" /> for hands to place your objects according the the previous defaults.

Features

  • emulate options (e.g. control the initial controller position)
  • more values allowed in (e.g. you can use <XRSpace space="grib-space"> inside of custom input sources)
  • interaction speed optimizations and preparation for react-three/handle
  • Bug fixes