提交 b537ebda 编写于 作者: M Mr.doob

DRACOLoader: Reverted non-indexed geometry change.

上级 ba98f1de
......@@ -86,7 +86,7 @@ THREE.DRACOExporter.prototype = {
}
builder.AddFacesToMesh( mesh, vertices.count / 3, faces );
builder.AddFacesToMesh( mesh, vertices.count, faces );
}
......
......@@ -90,7 +90,7 @@ DRACOExporter.prototype = {
}
builder.AddFacesToMesh( mesh, vertices.count / 3, faces );
builder.AddFacesToMesh( mesh, vertices.count, faces );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册