Home
last modified time | relevance | path

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

/plugin/stlviewer/stlviewer/
DProjector.js110 _vector4 = new THREE.Vector4(),
772 _vector4.set( vertex.x, vertex.y, vertex.z, 1 );
773 _vector4.applyMatrix4( _modelViewProjectionMatrix );
775 pushPoint( _vector4, object, camera );
789 _vector4.set( positions[ i ], positions[ i + 1 ], positions[ i + 2 ], 1 );
790 _vector4.applyMatrix4( _modelViewProjectionMatrix );
792 pushPoint( _vector4, object, camera );
802_vector4.set( _modelMatrix.elements[ 12 ], _modelMatrix.elements[ 13 ], _modelMatrix.elements[ 14 …
803 _vector4.applyMatrix4( _viewProjectionMatrix );
805 pushPoint( _vector4, object, camera );
[all …]