@@ -86,7 +86,7 @@ THREE.DRACOExporter.prototype = {
}
- builder.AddFacesToMesh( mesh, vertices.count / 3, faces );
+ builder.AddFacesToMesh( mesh, vertices.count, faces );
@@ -90,7 +90,7 @@ DRACOExporter.prototype = {