Browse Source

one more spec level by default

ncannasse 7 năm trước cách đây
mục cha
commit
d7cf8b50e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;