فهرست منبع

Add projectionMatrixInverse to type definitions

Tobi995 6 سال پیش
والد
کامیت
b637382cb7
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      src/cameras/Camera.d.ts

+ 5 - 0
src/cameras/Camera.d.ts

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

粤ICP备19079148号