3D scene stable

This commit is contained in:
IlyaShurupov 2024-06-18 17:57:42 +03:00 committed by Ilya Shurupov
parent 938616d989
commit e32e5e77d1
14 changed files with 96 additions and 45 deletions

View file

@ -0,0 +1,25 @@
Meshes = "meshes.obj"
Camera = {
pos = { 0.5, 4.5, 0.2 },
size_x = 600,
size_y = 800,
}
Lights = {
{
pos = { -0.5, 3.5, 1 },
intensity = 1
},
{
pos = { 0, 0, 1 },
intensity = 0.5
},
}
RenderSettings = {
depth = 1,
spray = 3,
multisampling = 16,
}