Cedric Guillemet 5 년 전
부모
커밋
e709cfd658
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Gizmos/planeRotationGizmo.ts

+ 1 - 1
src/Gizmos/planeRotationGizmo.ts

@@ -44,7 +44,7 @@ export class PlaneRotationGizmo extends Gizmo {
     private _gizmoMesh: Mesh;
     private _rotationDisplayPlane: Mesh;
     private _dragging: boolean = false;
-    private _angles = new Vector3;
+    private _angles = new Vector3();
 
     private static _rotationGizmoVertexShader = `
         precision highp float;