modularise everything

This commit is contained in:
minjaesong
2022-02-27 18:52:09 +09:00
parent f4402771c8
commit 3443a5baab
43 changed files with 170 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
package net.torvald.terrarum.worlddrawer
import com.badlogic.gdx.utils.Disposable
import net.torvald.UnsafeHelper
import net.torvald.unsafe.UnsafeHelper
/**
* As the fast access to this LUT is critical for the performance because of the way light calculation work,