Searched refs:normalMatrix (Results 1 – 3 of 3) sorted by relevance
162 var normalMatrix = new THREE.Matrix3();169 normalMatrix.getNormalMatrix( object.matrixWorld );306 _face.normalModel.applyMatrix3( normalMatrix ).normalize();312 normal.applyMatrix3( normalMatrix ).normalize();
2 …normalMatrix:{value:new ft}}),this.matrix=new Jt,this.matrixWorld=new Jt,this.matrixAutoUpdate=be.… property
6848 var normalMatrix = new PMatrix3D();6849 normalMatrix.set(v);6850 normalMatrix.invert();6851 normalMatrix.transpose();6853 uniformMatrix(programObject3D, "normalTransform", false, normalMatrix.array());7047 var normalMatrix = new PMatrix3D();7048 normalMatrix.set(v);7049 normalMatrix.invert();7050 normalMatrix.transpose();7058 uniformMatrix(programObject3D, "normalTransform", false, normalMatrix.array());[all …]