|
@@ -186,8 +186,8 @@ export default class Scene extends Mitt {
|
|
|
|
|
|
resetCameraView() {
|
|
|
this.orthCamera.zoom = this.defaultZoom;
|
|
|
- this.orthCamera.position.copy(this.initCamPView);
|
|
|
- this.orthCamera.rotation.copy(this.initCamRView);
|
|
|
+ // this.orthCamera.position.set(0, 0, 0);
|
|
|
+ // this.orthCamera.rotation.set(0, 10, 0);
|
|
|
// this.orthCamera.updateMatrixWorld();
|
|
|
}
|
|
|
|