|
@@ -94,9 +94,8 @@ THREE.PLYBinaryExporter.prototype = {
|
|
// as triangles)
|
|
// as triangles)
|
|
console.error(
|
|
console.error(
|
|
|
|
|
|
- 'PLYExporter: Failed to generate a valid PLY file because the ' +
|
|
|
|
- 'number of faces is not divisible by 3. This can be caused by ' +
|
|
|
|
- 'exporting a mix of triangle and non-triangle mesh types.'
|
|
|
|
|
|
+ 'PLYBinaryExporter: Failed to generate a valid PLY file with triangle indices because the ' +
|
|
|
|
+ 'number of faces is not divisible by 3.'
|
|
|
|
|
|
);
|
|
);
|
|
|
|
|