debugpanel: solar altitude and atmos turbidity

This commit is contained in:
minjaesong
2023-07-11 12:01:08 +09:00
parent 22191bd377
commit c033260ec5
4 changed files with 17 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ internal object WeatherMixer : RNGConsumer {
}
private var turbidity = 4.0
var turbidity = 4.0; private set
private var gH = 2f * App.scr.height
private val HALF_DAY = DAY_LENGTH / 2