(e)
| 69 | HitTest.prototype.anchorToObject3D = new Map(); |
| 70 | |
| 71 | function warnAboutHitTest (e) { |
| 72 | console.warn(e.message); |
| 73 | console.warn('Cannot requestHitTestSource Are you missing: webxr="optionalFeatures: hit-test;" from <a-scene>?'); |
| 74 | } |
| 75 | |
| 76 | HitTest.prototype.sessionStart = function sessionStart (hitTestSourceDetails) { |
| 77 | this.session = this.renderer.xr.getSession(); |