浏览代码

correct AllSame mapping index

Lewy Blue 7 年之前
父节点
当前提交
b612a65e3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -1328,7 +1328,7 @@
 				index = vertexIndex;
 				break;
 			case 'AllSame' :
-				index = 0;
+				index = infoObject.indices[ 0 ];
 				break;
 			default :
 				console.warn( 'THREE.FBXLoader: unknown attribute mapping type ' + infoObject.mappingType );