new lightmap: nice try but didn't work

This commit is contained in:
minjaesong
2020-02-21 03:40:37 +09:00
parent 9d51f419f5
commit 947224c290
6 changed files with 240 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ import com.badlogic.gdx.utils.Disposable
import net.torvald.UnsafeHelper
/**
* As the fast access to this LUT is critical for the performance because of the way light calculation work,
* even the IO can be a bottleneck so I use UnsafePointer.
*
* Created by Torvald on 2019-12-05.
*/
internal object LightmapHDRMap : Disposable {