Browse Source

Merge pull request #18063 from Mugen87/dev39

Example: Update JSM files.
Michael Herzog 5 years ago
parent
commit
cac05829ef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/jsm/loaders/GLTFLoader.js

+ 0 - 1
examples/jsm/loaders/GLTFLoader.js

@@ -2550,7 +2550,6 @@ var GLTFLoader = ( function () {
 
 		var newGeometry = geometry.clone();
 		newGeometry.setIndex( newIndices );
-		newGeometry.clearGroups();
 
 		return newGeometry;