Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.13 KB

THREE.js WebXR Hands Examples

A collection of THREE.js examples that demonstrate more advanced usage of WebXR hands

Examples

  • 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

Related resources