|
@@ -130,12 +130,17 @@ function WebXRManager( gl ) {
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
- this.submitFrame = function () {
|
|
|
|
|
|
+ // DEPRECATED
|
|
|
|
|
|
- // if ( device && device.isPresenting ) device.submitFrame();
|
|
|
|
|
|
+ this.getStandingMatrix = function () {
|
|
|
|
+
|
|
|
|
+ console.warn( 'THREE.WebXRManager: getStandingMatrix() is no longer needed.' );
|
|
|
|
+ return new THREE.Matrix4();
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ this.submitFrame = function () {};
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
export { WebXRManager };
|
|
export { WebXRManager };
|