25 lines
No EOL
305 B
Lua
25 lines
No EOL
305 B
Lua
|
|
Meshes = "meshes.obj"
|
|
|
|
Camera = {
|
|
pos = { 3, 3, 3 },
|
|
size_x = 10,
|
|
size_y = 10,
|
|
}
|
|
|
|
Lights = {
|
|
{
|
|
pos = { -0.5, 3.5, 1 },
|
|
intensity = 1
|
|
},
|
|
{
|
|
pos = { 0, 0, 1 },
|
|
intensity = 0.5
|
|
},
|
|
}
|
|
|
|
RenderSettings = {
|
|
depth = 1,
|
|
spray = 10,
|
|
multisampling = 1,
|
|
} |