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

Bone: Clean up.

上级 54f9d56a
......@@ -4,15 +4,15 @@
* @author ikerr / http://verold.com
*/
THREE.Bone = function ( belongsToSkin ) {
THREE.Bone = function ( skin ) {
THREE.Object3D.call( this );
this.skin = belongsToSkin;
this.type = 'Bone';
this.skin = skin;
};
THREE.Bone.prototype = Object.create( THREE.Object3D.prototype );
THREE.Bone.prototype.constructor = THREE.Bone;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册