Home
last modified time | relevance | path

Searched refs:normalMatrix (Results 1 – 3 of 3) sorted by relevance

/plugin/stlviewer/stlviewer/
DProjector.js162 var normalMatrix = new THREE.Matrix3();
169 normalMatrix.getNormalMatrix( object.matrixWorld );
306 _face.normalModel.applyMatrix3( normalMatrix ).normalize();
312 normal.applyMatrix3( normalMatrix ).normalize();
Dthree.min.js2normalMatrix:{value:new ft}}),this.matrix=new Jt,this.matrixWorld=new Jt,this.matrixAutoUpdate=be.… property
/plugin/processing/
Dscript.js6848 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 …]