Explorar o código

Consistent Default Values

Sebastien Vandenberghe %!s(int64=8) %!d(string=hai) anos
pai
achega
3c1bc090b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.