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

Fixed missing camera->controls change in webgl_trackballcamera_earth.html. Fixes #1761.

上级 2c9d0982
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
controls.screen.width = width; controls.screen.width = width;
controls.screen.height = height; controls.screen.height = height;
camera.radius = ( width + height ) / 4; controls.radius = ( width + height ) / 4;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册