A collection of THREE.js examples that demonstrate more advanced usage of WebXR hands
- Button Press Example with MonoBehavior-like ECS & ECSY - Using collision detection to trigger events when user press down button
- Point-and-Click Example with MonoBehavior-like ECS & ECSY - Using a droplet-shaped target ray to point and click on buttons in the scene
- Point-and-Drag Example with MonoBehavior-like ECS & ECSY - Using a droplet-shaped target ray to drag and drop objects in the scene
- WebXR Hand Input Module - Draft API specs of WebXR hands
- THREE.js WebXR Manager - THREE.js APIs for getting hand input info
- THREE.js vr handinput examples - Existing THREE.js examples for WebXR hands to showcase basic usage