|
@@ -24,11 +24,6 @@ function export(model, output)
|
|
}
|
|
}
|
|
table.insert(jmodules, jmod)
|
|
table.insert(jmodules, jmod)
|
|
end
|
|
end
|
|
- jmodules[1].color = "RGB"
|
|
|
|
- jmodules[1].gamma = 0
|
|
|
|
- jmodules[#jmodules].color = "RGB"
|
|
|
|
- jmodules[#jmodules].gamma = 0
|
|
|
|
-
|
|
|
|
local fp = io.open(output, "w")
|
|
local fp = io.open(output, "w")
|
|
if not fp then
|
|
if not fp then
|
|
error("IO Error: " .. output)
|
|
error("IO Error: " .. output)
|