mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
model improvements
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user