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

Mirror: Copy camera.aspect. Fixes #11969

上级 f9538b23
......@@ -141,6 +141,7 @@ THREE.Mirror = function ( width, height, options ) {
mirrorCamera.up.reflect( normal ).negate();
mirrorCamera.lookAt( target );
mirrorCamera.aspect = camera.aspect;
mirrorCamera.near = camera.near;
mirrorCamera.far = camera.far;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册