Bläddra i källkod

Consistent Default Values

Sebastien Vandenberghe 8 år sedan
förälder
incheckning
3c1bc090b2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Materials/PBR/babylon.pbrMaterial.ts

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

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