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

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