RT Multisampling
This commit is contained in:
parent
97a99f84f5
commit
e9daedd6ea
7 changed files with 120 additions and 37 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue