Browse Source

Update Camera.d.ts

Tobi995 6 năm trước cách đây
mục cha
commit
42bf10c09c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/cameras/Camera.d.ts

+ 1 - 1
src/cameras/Camera.d.ts

@@ -23,7 +23,7 @@ export class Camera extends Object3D {
    * This is the matrix which contains the projection.
    */
 	projectionMatrix: Matrix4;
-	
+
 	/**
    * This is the inverse of projectionMatrix.
    */