Lines Matching refs:normalMatrix
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());
8772 var normalMatrix = new PMatrix3D();
8773 normalMatrix.set(v);
8774 normalMatrix.invert();
8775 normalMatrix.transpose();
8777 uniformMatrix(programObject3D, "normalTransform", false, normalMatrix.array());