提交 206a7d0d 编写于 作者: S Satori

parse materialIndex when adding groups

上级 7a9f1116
...@@ -64,7 +64,7 @@ THREE.BufferGeometryLoader.prototype = { ...@@ -64,7 +64,7 @@ THREE.BufferGeometryLoader.prototype = {
var group = groups[ i ]; var group = groups[ i ];
geometry.addGroup( group.start, group.count ); geometry.addGroup( group.start, group.count, group.materialIndex );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册