Update three.d.ts

fixed Object3D.modelViewMatrix and Object3D.normalMatrix property definitions
This commit is contained in:
matgr1
2016-01-23 14:04:34 -05:00
parent 7fffbd3e04
commit 924fabc272
+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.