We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Though it's out of the domain of this project, there are many resources to getting you started.
Examples
In our examples we use a minimal boilerplate called three-vr-viewer.
Include three.js and three-vr-viewer.js script in your html using the <script> tag.
<script>
Then, somewhere in another script:
const { scene, camera, renderer, events, toggleVR, controllers, vrEffect } = VRViewer({THREE});
This will give you a simple starting point for having VR view and controllers.