3D editor stable with path tracer

This commit is contained in:
IlyaShurupov 2024-06-18 19:36:47 +03:00
parent 19706ed738
commit e8001cd95b
11 changed files with 144 additions and 19 deletions

View file

@ -20,6 +20,6 @@ Lights = {
RenderSettings = {
depth = 1,
spray = 3,
multisampling = 16,
spray = 1,
multisampling = 1,
}