提交 1645dbfe 编写于 作者: M Mr.doob

Updated builds.

上级 3b201685
......@@ -21438,12 +21438,17 @@
};
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 () {};
}
/**
此差异已折叠。
......@@ -21432,12 +21432,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 () {};
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册