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.
1 parent bd95a77 commit 795d0ccCopy full SHA for 795d0cc
proposals/body-tracking.html
@@ -32,7 +32,7 @@
32
// https://github.com/mrdoob/three.js/blob/master/LICENSE
33
34
35
- import * as THREE from 'https://unpkg.com/three@0.160.0/build/three.module.js';
+ import * as THREE from 'https://unpkg.com/three@0.161.0/build/three.module.js';
36
import {WebXRButton} from '../js/util/webxr-button.js';
37
import {hitTest, filterHitTestResults} from '../js/hit-test.js';
38
@@ -110,7 +110,6 @@
110
xrButton.setSession(null);
111
112
renderer.setAnimationLoop(null);
113
- renderer.xr.setSession(null)
114
}
115
116
function onWindowResize() {
0 commit comments