提交 6a5479e7 编写于 作者: T Takahiro 提交者: Mr.doob

Fix a bone index bug of MMDLoader

上级 f3848528
......@@ -928,7 +928,7 @@ THREE.MMDLoader.prototype.parsePmx = function ( buffer ) {
p.type = dv.getUint8();
var indexSize = metadata.vertexIndexSize;
var indexSize = metadata.boneIndexSize;
if ( p.type === 0 ) { // BDEF1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册