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

WebVRCamera: Fixed incorrect cameraR.bound. See #10927.

上级 263832aa
...@@ -147,7 +147,7 @@ THREE.WebVRCamera = function ( display, renderer ) { ...@@ -147,7 +147,7 @@ THREE.WebVRCamera = function ( display, renderer ) {
} else { } else {
cameraL.bounds.set( 0.0, 0.0, 0.5, 1.0 ); cameraL.bounds.set( 0.0, 0.0, 0.5, 1.0 );
cameraR.bounds.set( 0.0, 0.0, 0.5, 1.0 ); cameraR.bounds.set( 0.5, 0.0, 0.5, 1.0 );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册