提交 3b201685 编写于 作者: M Mr.doob

WebXRManager: Added getStandingMatrix().

上级 a9047c54
......@@ -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 };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册