Home
last modified time | relevance | path

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

/plugin/stlviewer/stlviewer/
H A DProjector.js306 _face.normalModel.applyMatrix3( normalMatrix ).normalize();
312 normal.applyMatrix3( normalMatrix ).normalize();
606 _face.normalModel.applyMatrix3( _normalMatrix ).normalize();
621 normalModel.applyMatrix3( _normalMatrix ).normalize();
H A DCanvasRenderer.js748 _normal.copy( element.vertexNormalsModel[ uv1 ] ).applyMatrix3( _normalViewMatrix );
752 _normal.copy( element.vertexNormalsModel[ uv2 ] ).applyMatrix3( _normalViewMatrix );
756 _normal.copy( element.vertexNormalsModel[ uv3 ] ).applyMatrix3( _normalViewMatrix );
782 _normal.copy( element.normalModel ).applyMatrix3( _normalViewMatrix );
H A Dthree.min.js2applyMatrix3=function(t){var e=this.x,n=this.y,r=t.elements;return this.x=r[0]*e+r[3]*n+r[6],this.… function