Explorar el Código

SkinnedMesh: Removing check for now.

Mr.doob hace 8 años
padre
commit
ec3a866680
Se han modificado 1 ficheros con 0 adiciones y 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';