v2.0.0
Breaking changes:
- Hover, Select components are removed and replaced by Interactive component
Added:
<Interactive />
component - allows attaching event handlers to the content in the sceneuseInteraction
hook - attach events to an existing object in the sceneconst { player, isPresenting } = useXR()
- added player Group and isPresenting variablesuseHitTest
- hook to perform hit tests in AR mode