فهرست منبع

Update Camera.d.ts

Tobi995 6 سال پیش
والد
کامیت
42bf10c09c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.
    */