修复一个缩放的变量修改问题

pull/7/head
ChenX 7 years ago
parent e0cf085fde
commit 6c79733557

@ -118,7 +118,7 @@ export class CameraControl
{
if (this.Camera instanceof THREE.OrthographicCamera)
{
this.m_ViewHeight *= scale;
this.ViewHeight *= scale;
if (scaleCenter)
{
this.m_Target.sub(scaleCenter);

Loading…
Cancel
Save