Searched refs:normals (Results 1 – 3 of 3) sorted by relevance
| /plugin/stlviewer/stlviewer/ |
| D | Projector.js | 155 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 ] );
|
| D | three.min.js | 2 …normals=[],this.colors=[],this.uvs=[],this.uvs2=[],this.groups=[],this.morphTargets={},this.skinWe… property
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 448 # new feature: VRML exporter recognizes color and normals for isosurface
|