actual maths solution for the smoothLinear

This commit is contained in:
minjaesong
2023-07-30 22:52:00 +09:00
parent f4bfe84009
commit 1669f7fdd0
2 changed files with 13 additions and 11 deletions

View File

@@ -153,6 +153,7 @@ internal object WeatherMixer : RNGConsumer {
var turbidity = 4.0; private set
private var gH = (4f/3f) * App.scr.height
// private var gH = 0.8f * App.scr.height
internal var parallaxPos = 0f; private set