Browse Source

one more spec level by default

ncannasse 7 years ago
parent
commit
d7cf8b50e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/scene/pbr/Irradiance.hx

+ 1 - 1
h3d/scene/pbr/Irradiance.hx

@@ -166,7 +166,7 @@ class Irradiance  {
 	public var specSize : Int;
 	public var specLevels : Int;
 
-	public var ignoredSpecLevels : Int = 5;
+	public var ignoredSpecLevels : Int = 4;
 
 	public var envMap : h3d.mat.Texture;
 	public var lut : h3d.mat.Texture;