Home
last modified time | relevance | path

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

/plugin/stlviewer/stlviewer/
DProjector.js155 var normals = [];
171 normals.length = 0;
209 normals.push( x, y, z );
305 _face.normalModel.fromArray( normals, a * 3 );
311 normal.fromArray( normals, arguments[ i ] * 3 );
460 var normals = attributes.normal.array;
462 for ( var i = 0, l = normals.length; i < l; i += 3 ) {
464 renderList.pushNormal( normals[ i ], normals[ i + 1 ], normals[ i + 2 ] );
Dthree.min.js2normals=[],this.colors=[],this.uvs=[],this.uvs2=[],this.groups=[],this.morphTargets={},this.skinWe… property
/plugin/jmol2/jmol/
DCHANGES.txt448 # new feature: VRML exporter recognizes color and normals for isosurface