Primitive sampling
This commit is contained in:
parent
97f79a6483
commit
414d4e6411
9 changed files with 242 additions and 80 deletions
|
|
@ -6,3 +6,10 @@ Camera = {
|
|||
size_x = 400,
|
||||
size_y = 600,
|
||||
}
|
||||
|
||||
Lights = {
|
||||
{
|
||||
pos = { 4, 3, 3 },
|
||||
intensity = 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue