Explorar el Código

one more spec level by default

ncannasse hace 7 años
padre
commit
d7cf8b50e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;