Browse Source

Fix loading separate objects

Garrett Johnson 6 years ago
parent
commit
310cfe1ac4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/LDrawLoader.js

+ 1 - 1
examples/js/loaders/LDrawLoader.js

@@ -1265,7 +1265,7 @@ THREE.LDrawLoader = ( function () {
 
 						}
 
-						if ( matrix.determinant() < 0 ) {
+						if ( scope.separateObjects === false && matrix.determinant() < 0 ) {
 
 							bfcInverted = ! bfcInverted;