Skip to content

Commit

Permalink
rev three.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Feb 9, 2024
1 parent bd95a77 commit 795d0cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proposals/body-tracking.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// https://github.com/mrdoob/three.js/blob/master/LICENSE


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';
import {WebXRButton} from '../js/util/webxr-button.js';
import {hitTest, filterHitTestResults} from '../js/hit-test.js';

Expand Down Expand Up @@ -110,7 +110,6 @@
xrButton.setSession(null);

renderer.setAnimationLoop(null);
renderer.xr.setSession(null)
}

function onWindowResize() {
Expand Down

0 comments on commit 795d0cc

Please sign in to comment.