相机范围加大.

pull/7/head
ChenX 7 years ago
parent aa975f8e54
commit 63781515b0

@ -22,7 +22,7 @@ export class Camera
this.m_ParentViewer = view;
this.m_CameraArray.set(THREE.OrthographicCamera, new THREE.OrthographicCamera(-2, 2, 2, -2,
-1000, 1000));
-10000, 10000));
this.m_CameraArray.set(THREE.PerspectiveCamera, new THREE.PerspectiveCamera(50, view.getAspectRatio(), 0.1, 10000));

Loading…
Cancel
Save