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 3b20168 commit 1645dbfCopy full SHA for 1645dbf
build/three.js
@@ -21438,12 +21438,17 @@
21438
21439
};
21440
21441
- this.submitFrame = function () {
+ // DEPRECATED
21442
21443
- // if ( device && device.isPresenting ) device.submitFrame();
+ this.getStandingMatrix = function () {
21444
+
21445
+ console.warn( 'THREE.WebXRManager: getStandingMatrix() is no longer needed.' );
21446
+ return new THREE.Matrix4();
21447
21448
21449
21450
+ this.submitFrame = function () {};
21451
21452
}
21453
21454
/**
0 commit comments