Searched refs:uvs (Results 1 – 5 of 5) sorted by relevance
| /plugin/stlviewer/stlviewer/ |
| D | Projector.js | 34 this.uvs = [ new THREE.Vector2(), new THREE.Vector2(), new THREE.Vector2() ]; property in THREE.RenderableFace 157 var uvs = []; 173 uvs.length = 0; 221 uvs.push( x, y ); 314 var uv = _face.uvs[ i ]; 315 uv.fromArray( uvs, arguments[ i ] * 2 ); 472 var uvs = attributes.uv.array; 474 for ( var i = 0, l = uvs.length; i < l; i += 2 ) { 476 renderList.pushUv( uvs[ i ], uvs[ i + 1 ] ); 633 _face.uvs[ u ].copy( vertexUvs[ u ] );
|
| D | CanvasRenderer.js | 739 _uvs = element.uvs;
|
| D | three.min.js | 2 …uvs=[],this.uvs2=[],this.groups=[],this.morphTargets={},this.skinWeights=[],this.skinIndices=[],th… property
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 56197 this.uvs = this.findSubtable(cmapTable, [[0, 5]]); 56198 if (this.uvs && this.uvs.version !== 14) { 56199 this.uvs = null; 56297 if (!this.uvs) { 56300 var selectors = this.uvs.varSelectors.toArray();
|
| D | pdfmake.min.js | 2 …uvs=this.findSubtable(r,[[0,5]]),this.uvs&&14!==this.uvs.version&&(this.uvs=null)}var r=CmapProces…
|