未验证 提交 13239062 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #20224 from WestLangley/dev_camera_update_world

Camera: Properly update world matrix prior to use
......@@ -43,7 +43,7 @@ Camera.prototype = Object.assign( Object.create( Object3D.prototype ), {
}
this.updateMatrixWorld( true );
this.updateWorldMatrix( true, false );
const e = this.matrixWorld.elements;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册