xzw 2 years ago
parent
commit
dcb06fd882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/materials/BasicMaterial.js

+ 1 - 1
src/custom/materials/BasicMaterial.js

@@ -42,7 +42,7 @@ class BasicMaterial  extends THREE.ShaderMaterial{
         }else{
             delete this.defines.HasMap
         }
-        console.log('hasMap', !!o, this.name )
+        //console.log('hasMap', !!o, this.name )
     }
     get map(){
         return this.uniforms.map.value