Couple more scenes to test coordinate grids
This commit is contained in:
parent
63bb28a94a
commit
900c667994
2 changed files with 51 additions and 0 deletions
17
scenes/boxCoordinates.yml
Normal file
17
scenes/boxCoordinates.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--- !Scene
|
||||
dimensions: [800, 600]
|
||||
camera:
|
||||
origin: [0, 0, -5]
|
||||
objects:
|
||||
- !Object.Sphere
|
||||
radius: 0.2
|
||||
origin: [0, 0, 0]
|
||||
color: [1, 1, 1]
|
||||
- !Object.Sphere
|
||||
radius: 0.2
|
||||
origin: [-0.5, -0.5, -0.5]
|
||||
color: [1, 0, 0]
|
||||
- !Object.Sphere
|
||||
radius: 0.2
|
||||
origin: [0.5, 0.5, 0.5]
|
||||
color: [0, 1, 1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue