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