提交 f8ad8606 编写于 作者: T Tom Szyszko

recursive option in OrthographicCamera

上级 2d80cef1
......@@ -33,9 +33,9 @@ OrthographicCamera.prototype = Object.assign( Object.create( Camera.prototype ),
isOrthographicCamera: true,
copy: function ( source ) {
copy: function ( source, recursive ) {
Camera.prototype.copy.call( this, source );
Camera.prototype.copy.call( this, source, recursive );
this.left = source.left;
this.right = source.right;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册