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

Updated builds.

上级 ec3a8666
......@@ -23306,8 +23306,6 @@
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';
......
此差异已折叠。
......@@ -23300,8 +23300,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.
先完成此消息的编辑!
想要评论请 注册