clean up
This commit is contained in:
parent
a0a40f1d04
commit
5d96d6905f
16 changed files with 19 additions and 18 deletions
2041
RayTracer/rsc/normals/normals.obj
Normal file
2041
RayTracer/rsc/normals/normals.obj
Normal file
File diff suppressed because it is too large
Load diff
26
RayTracer/rsc/normals/script.lua
Normal file
26
RayTracer/rsc/normals/script.lua
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
Meshes = "normals.obj"
|
||||
|
||||
Camera = {
|
||||
pos = { 4, 4, 4 },
|
||||
size_x = 400,
|
||||
size_y = 600,
|
||||
}
|
||||
|
||||
|
||||
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