Adding simple test for RT

This commit is contained in:
IlyaShurupov 2023-10-18 19:05:51 +03:00
parent 2e0d0e0050
commit 7af12ee1a0
8 changed files with 402 additions and 217 deletions

View file

@ -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
}
}