Fog density

This commit is contained in:
paulevsGitch 2021-06-07 13:11:44 +03:00
parent c91d788dfe
commit 25b1ce5e67
4 changed files with 150 additions and 1 deletions

View file

@ -0,0 +1,9 @@
package ru.bclib.util;
public class BackgroundInfo {
public static float fogColorRed;
public static float fogColorGreen;
public static float fogColorBlue;
public static float fogDensity = 1;
public static float blindness;
}