|
@@ -354,7 +354,6 @@ THREE.TDSLoader.prototype = {
|
|
|
|
|
|
this.resetPosition( data );
|
|
|
this.readFaceArray( data, mesh );
|
|
|
- geometry.computeVertexNormals();
|
|
|
|
|
|
} else if ( next === TEX_VERTS ) {
|
|
|
|
|
@@ -433,6 +432,8 @@ THREE.TDSLoader.prototype = {
|
|
|
|
|
|
this.endChunk( chunk );
|
|
|
|
|
|
+ geometry.computeVertexNormals();
|
|
|
+
|
|
|
return mesh;
|
|
|
|
|
|
},
|