Garrett Johnson преди 7 години
родител
ревизия
76eb28e6f1
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      examples/js/exporters/PLYBinaryExporter.js
  2. 1 1
      examples/js/exporters/PLYExporter.js

+ 1 - 1
examples/js/exporters/PLYBinaryExporter.js

@@ -95,7 +95,7 @@ THREE.PLYBinaryExporter.prototype = {
 			console.error(
 
 				'PLYBinaryExporter: Failed to generate a valid PLY file with triangle indices because the ' +
-				'number of faces is not divisible by 3.'
+				'number of indices is not divisible by 3.'
 
 			);
 

+ 1 - 1
examples/js/exporters/PLYExporter.js

@@ -241,7 +241,7 @@ THREE.PLYExporter.prototype = {
 			console.error(
 
 				'PLYExporter: Failed to generate a valid PLY file with triangle indices because the ' +
-				'number of faces is not divisible by 3.'
+				'number of indices is not divisible by 3.'
 
 			);