Adding simple test for RT
This commit is contained in:
parent
4d00ef1296
commit
15c5576273
8 changed files with 402 additions and 217 deletions
|
|
@ -2,14 +2,14 @@
|
|||
Meshes = "meshes.obj"
|
||||
|
||||
Camera = {
|
||||
pos = { 4, 4, 4 },
|
||||
size_x = 400,
|
||||
size_y = 600,
|
||||
pos = { 3, 3, 3 },
|
||||
size_x = 10,
|
||||
size_y = 10,
|
||||
}
|
||||
|
||||
Lights = {
|
||||
{
|
||||
pos = { 4, 3, 3 },
|
||||
intensity = 4
|
||||
pos = { 4, 2, 3 },
|
||||
intensity = 5
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue