clean up
This commit is contained in:
parent
3bc43612ef
commit
938616d989
16 changed files with 19 additions and 18 deletions
|
|
@ -1,25 +0,0 @@
|
|||
|
||||
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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue