提交 a66add5d 编写于 作者: M makc

missing type on Bone

上级 008a9b4e
...@@ -10,6 +10,7 @@ THREE.Bone = function ( belongsToSkin ) { ...@@ -10,6 +10,7 @@ THREE.Bone = function ( belongsToSkin ) {
this.skin = belongsToSkin; this.skin = belongsToSkin;
this.type = 'Bone';
}; };
THREE.Bone.prototype = Object.create( THREE.Object3D.prototype ); 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.
先完成此消息的编辑!
想要评论请 注册