Primitive sampling

This commit is contained in:
IlyaShurupov 2023-10-18 12:05:01 +03:00
parent 97f79a6483
commit 414d4e6411
9 changed files with 242 additions and 80 deletions

View file

@ -6,3 +6,10 @@ Camera = {
size_x = 400,
size_y = 600,
}
Lights = {
{
pos = { 4, 3, 3 },
intensity = 4
}
}