csv editor wip

This commit is contained in:
Minjae Song
2019-01-01 21:00:33 +09:00
parent e3e97000a7
commit db110d1ca4
3 changed files with 259 additions and 105 deletions

View File

@@ -96,7 +96,7 @@ object BlockCodex {
prop.shadeColB = floatVal(record, "shdb") / LightmapRenderer.MUL_FLOAT
prop.shadeColA = floatVal(record, "shduv") / LightmapRenderer.MUL_FLOAT
prop.strength = intVal(record, "strength")
prop.strength = intVal(record, "str")
prop.density = intVal(record, "dsty")
prop.lumColR = floatVal(record, "lumr") / LightmapRenderer.MUL_FLOAT