2
0
Эх сурвалжийг харах

Fixed bug where last group in OBJ was not added.

Paul Edwards 12 жил өмнө
parent
commit
f48940bfc9

+ 3 - 0
examples/js/loaders/OBJLoader.js

@@ -418,6 +418,9 @@ THREE.OBJLoader.prototype = {
 
 		}
 
+		// add the last group
+		meshN( undefined, undefined );
+
 		return group;
 
 	}