more clouds

This commit is contained in:
minjaesong
2023-08-21 01:26:16 +09:00
parent c5dfe46b76
commit d6b2940d8f
8 changed files with 32 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ data class BaseModularWeather(
var skyboxGradColourMap: GdxColorMap, // row 0: skybox grad top, row 1: skybox grad bottom, row 2: sunlight (RGBA)
val daylightClut: GdxColorMap,
val classification: String,
val cloudGamma: FloatArray,
var clouds: HashMap<String, TextureRegionPack>,
val mixFrom: String? = null,
val mixPercentage: Double? = null