failed attempt at multithreading

This commit is contained in:
minjaesong
2017-07-08 22:34:45 +09:00
parent b91ba9fc08
commit fe8ca3bbd8
2 changed files with 42 additions and 6 deletions

View File

@@ -610,6 +610,9 @@ object LightmapRenderer {
Math.min(this.b(), 1f),
1f
)
// TODO: float LUT lookup using linear interpolation
val RGB_HDR_LUT = floatArrayOf( // polynomial of 6.0 please refer to work_files/HDRcurveBezierLinIntp.kts
0.0000f,0.0000f,0.0020f,0.0060f,0.0100f,0.0139f,0.0179f,0.0219f,0.0259f,0.0299f,0.0338f,0.0378f,0.0418f,0.0458f,0.0497f,0.0537f,
0.0577f,0.0617f,0.0656f,0.0696f,0.0736f,0.0776f,0.0816f,0.0855f,0.0895f,0.0935f,0.0975f,0.1014f,0.1054f,0.1094f,0.1134f,0.1173f,