WebXR Branch
Description
The WebXR branch demonstrates,
- Virtual Reality in the browser
- Cannon Physics in WebXR
- StatsVR, TeleportVR and GrabVR
To load the WebXR example, checkout the webxr branch.
1 2 3 4 5 6 7 8 9 10 11 | git clone https://github.com/Sean-Bradley/Three.js-TypeScript-Boilerplate.git
cd Three.js-TypeScript-Boilerplate
git checkout webxr
npm install
npm install -g typescript
npm run dev
|