浏览代码

Example: Update JSM files.

Mugen87 5 年之前
父节点
当前提交
05dc1baeb2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;