2
0
Virtulous 8 жил өмнө
parent
commit
74cc4b17bb

+ 2 - 0
examples/js/loaders/AssimpLoader.js

@@ -1871,7 +1871,9 @@
 					mesh.mIndexArray.push( f.mIndices[ 0 ] );
 
 				} else {
+
 					throw ( new Error( "Sorry, can't currently triangulate polys. Use the triangulate preprocessor in Assimp." ))
+					
 				}