Home
last modified time | relevance | path

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

/plugin/stlviewer/stlviewer/
DProjector.js34 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 ] );
DCanvasRenderer.js739 _uvs = element.uvs;
Dthree.min.js2uvs=[],this.uvs2=[],this.groups=[],this.morphTargets={},this.skinWeights=[],this.skinIndices=[],th… property
/plugin/datatables/assets/pdfmake/
Dpdfmake.js56197 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();
Dpdfmake.min.js2uvs=this.findSubtable(r,[[0,5]]),this.uvs&&14!==this.uvs.version&&(this.uvs=null)}var r=CmapProces…