提交 67849f94 编写于 作者: R Ricardo Cabello

Merge pull request #6339 from brason/patch-1

CanvasRenderer: typo
...@@ -177,7 +177,7 @@ THREE.CanvasRenderer = function ( parameters ) { ...@@ -177,7 +177,7 @@ THREE.CanvasRenderer = function ( parameters ) {
} }
_clipBox.min.set( -_canvasWidthHalf, -_canvasHeightHalf ), _clipBox.min.set( -_canvasWidthHalf, -_canvasHeightHalf );
_clipBox.max.set( _canvasWidthHalf, _canvasHeightHalf ); _clipBox.max.set( _canvasWidthHalf, _canvasHeightHalf );
_clearBox.min.set( - _canvasWidthHalf, - _canvasHeightHalf ); _clearBox.min.set( - _canvasWidthHalf, - _canvasHeightHalf );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册