浏览代码

Consistent Default Values

Sebastien Vandenberghe 8 年之前
父节点
当前提交
3c1bc090b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Materials/PBR/babylon.pbrMaterial.ts

+ 1 - 1
src/Materials/PBR/babylon.pbrMaterial.ts

@@ -193,7 +193,7 @@
          */
         @serialize()
         @expandToProperty("_markAllSubMeshesAsTexturesDirty")
-        public microSurface = 0.9;
+        public microSurface = 1.0;
 
         /**
          * source material index of refraction (IOR)' / 'destination material IOR.