improved skybox model

This commit is contained in:
minjaesong
2023-08-05 17:20:35 +09:00
parent 1b08039018
commit 52ad8f0c46
5 changed files with 50 additions and 25 deletions

View File

@@ -93,7 +93,7 @@ fun main() {
println("Atlas generation done!")
File("./assets/mods/basegame/weathers/main_skybox.tga").writeBytes(bytes)
File("./assets/clut/skybox.tga").writeBytes(bytes)
}
private val bytesLut = arrayOf(2,1,0,3,2,1,0,3) // For some reason BGRA order is what makes it work