RT Multisampling

This commit is contained in:
IlyaShurupov 2023-10-19 19:11:29 +03:00 committed by Ilya Shurupov
parent 97a99f84f5
commit e9daedd6ea
7 changed files with 120 additions and 37 deletions

View file

@ -6,3 +6,21 @@ Camera = {
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,
}