model improvements

This commit is contained in:
minjaesong
2023-07-10 04:00:49 +09:00
parent b25ea9654c
commit 64c610e77e
2 changed files with 26 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ object Skybox {
const val gradSize = 64
operator fun get(solarHeight: Double): Array<Texture> {
operator fun get(elevation: Double, turbidity: Double): Array<Texture> {
TODO()
}