Merge pull request #7750 from matgr1/Object3D-matrix-properties

fixed Object3D.modelViewMatrix and Object3D.normalMatrix property definitions
This commit is contained in:
Horiuchi_H
2016-02-05 11:18:35 +09:00
+2 -2
View File
@@ -1410,9 +1410,9 @@ declare module THREE {
*/
scale: Vector3;
modelViewMatrix: { value: Matrix4 };
modelViewMatrix: Matrix4;
normalMatrix: { value: Matrix3 };
normalMatrix: Matrix3;
/**
* When this is set, then the rotationMatrix gets calculated every frame.