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

Legacy: Improved vr to xr warning message.

上级 1904a347
......@@ -1712,7 +1712,7 @@ Object.defineProperties( WebGLRenderer.prototype, {
vr: {
get: function () {
console.warn( 'THREE.WebGLRenderer: .vr has been removed. Use .xr instead.' );
console.warn( 'THREE.WebGLRenderer: .vr has been renamed to .xr' );
return this.xr;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册