https://github.com/webxr-ios/three-js-utils
A group of vr utils for THREE.js.
https://github.com/webxr-ios/three-js-utils
Last synced: over 1 year ago
JSON representation
A group of vr utils for THREE.js.
- Host: GitHub
- URL: https://github.com/webxr-ios/three-js-utils
- Owner: WebXR-iOS
- License: mit
- Created: 2024-03-17T11:09:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T11:47:11.000Z (about 2 years ago)
- Last Synced: 2025-01-12T11:28:26.459Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THREE-js-utils
A group of vr utils for THREE.js.
### `CardboardActions.js`
- Adds home, back, select actions using only a cardboard headset.
### `DeviceMotionControls.js`
- Adds movement to the threejs camera.
### `DeviceOrientationControls.js`
- Adds looking around camera to threejs.
### `VREffect.js`
- Adds the stero vr effect to a camera.