Skip to content

Commit 1645dbf

Browse files
committed
Updated builds.
1 parent 3b20168 commit 1645dbf

File tree

3 files changed

+56
-46
lines changed

3 files changed

+56
-46
lines changed

build/three.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21438,12 +21438,17 @@
2143821438

2143921439
};
2144021440

21441-
this.submitFrame = function () {
21441+
// DEPRECATED
2144221442

21443-
// if ( device && device.isPresenting ) device.submitFrame();
21443+
this.getStandingMatrix = function () {
21444+
21445+
console.warn( 'THREE.WebXRManager: getStandingMatrix() is no longer needed.' );
21446+
return new THREE.Matrix4();
2144421447

2144521448
};
2144621449

21450+
this.submitFrame = function () {};
21451+
2144721452
}
2144821453

2144921454
/**

0 commit comments

Comments
 (0)