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