xzw 2 年 前
コミット
dcb06fd882
1 ファイル変更1 行追加1 行削除
  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