Name Description Size
ar_anchors
ar_simplest
boombox
common.js XRExampleBase holds all of the common XR setup, rendering, and teardown code for a THREE.js based app It also holds a list of THREE nodes and XRAnchorOffsets which it uses to update the nodes' poses Extending classes should be able to focus mainly on rendering their scene and handling user input Parameters: domElement: an element used to show error messages createVirtualReality: if true, create a new empty reality for this app WebVR 1.1 displays require that the call to requestPresent be a direct result of an input event like a click. If you're trying to use a WebVR 1.1 display then you'll need to pass false in the shouldStartPresenting parameter of the constructor and then call this.startPresenting() inside an input event handler. 14400
hit_test
libs
models
peoples
textures
vr_simplest