This commit is contained in:
IlyaShurupov 2024-06-18 17:33:39 +03:00
parent a0a40f1d04
commit 5d96d6905f
16 changed files with 19 additions and 18 deletions

View file

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