Skip to content

Commit

Permalink
Add even more tiles to atmo preprocessor...
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Aug 14, 2022
1 parent 4dcbbcc commit 6e42276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static AtmoPreprocessor Instance

public static Vector4 scatteringLutDimensionsDefault = new Vector4(32f,128f,32f,16f); //the one from yusov, double the current one so should be 16 megs in half precision
public static Vector4 scatteringLutDimensionsPreview = new Vector4(16f,64f,16f,2f); //fast preview version, 32x smaller
private static int xTilesDefault = 512, yTilesDefault = 64;
private static int xTilesDefault = 1024, yTilesDefault = 128;
private static int xTilesPreview = 512, yTilesPreview = 16;

Vector4 scatteringLutDimensions = scatteringLutDimensionsDefault;
Expand Down

0 comments on commit 6e42276

Please sign in to comment.