mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
ColladaLoader: Removed commented code.
This commit is contained in:
@@ -1961,29 +1961,6 @@ THREE.ColladaLoader = function () {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
if ( vcount > 3 ) {
|
||||
|
||||
for ( j = 2; j < vs.length - 1; j ++ ) {
|
||||
|
||||
face = new THREE.Face3( vs[0], vs[j], vs[j+1], [ns[0], ns[j], ns[j+1]] );
|
||||
|
||||
face.daeMaterial = primitive.material;
|
||||
|
||||
geom.faces.push(face);
|
||||
|
||||
for ( k = 0; k < texture_sets.length; k ++ ) {
|
||||
|
||||
uv = ts[ texture_sets[ k ] ];
|
||||
geom.faceVertexUvs[ k ].push( [ uv[0], uv[j], uv[j+1] ] );
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
i += inputs.length * vcount;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user