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

Merge pull request #6097 from makc/patch-1

missing type on Bone
......@@ -10,6 +10,7 @@ THREE.Bone = function ( belongsToSkin ) {
this.skin = belongsToSkin;
this.type = 'Bone';
};
THREE.Bone.prototype = Object.create( THREE.Object3D.prototype );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册