Light Calculation using JDK Incubator Vector

This commit is contained in:
minjaesong
2022-04-21 14:33:37 +09:00
parent fd72b3d3ba
commit b47549d846
11 changed files with 181 additions and 441 deletions

View File

@@ -48,7 +48,7 @@ internal object WeatherMixer : RNGConsumer {
lateinit var mixedWeather: BaseModularWeather
val globalLightNow = Cvec(0)
val globalLightNow = Cvec(0f)
// Weather indices
const val WEATHER_GENERIC = "generic"