Explorar o código

SkinnedMesh: Removing check for now.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
ec3a866680
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/objects/SkinnedMesh.js

+ 0 - 2
src/objects/SkinnedMesh.js

@@ -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';