torch should flicker less erratic now

This commit is contained in:
minjaesong
2023-08-30 12:39:56 +09:00
parent 9d118aebb0
commit d32d6b8d1c
5 changed files with 69 additions and 4 deletions

View File

@@ -90,6 +90,9 @@ internal object WeatherMixer : RNGConsumer {
private var astrumOffY = 0f
private val clouds = SortedArrayList<WeatherObjectCloud>()
// val weatherbox: Weatherbox
var cloudsSpawned = 0; private set
private var windVector = Vector3(-1f, 0f, 0.1f) // this is a direction vector
val cloudSpawnMax: Int