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

SkinnedMesh: Removing check for now.

上级 5bec213a
......@@ -14,8 +14,6 @@ function SkinnedMesh( geometry, material ) {
Mesh.call( this, geometry, material );
if ( this.material.skinning === false ) console.warn( 'THREE.SkinnedMesh: Material must have skinning set to true.', this.material );
this.type = 'SkinnedMesh';
this.bindMode = 'attached';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册