Add "Three Spheres" scene

This commit is contained in:
Eryn Wells 2014-07-19 15:53:47 -07:00
parent 1eff46006a
commit 17df0d4adf

12
scenes/threeSpheres.yml Normal file
View file

@ -0,0 +1,12 @@
--- !Scene
dimensions: [1920, 1080]
objects:
- origin: [0, 0.5, 2]
radius: 0.33
color: [1, 0, 0]
- origin: [-0.33, 0, 2]
radius: 0.33
color: [0, 1, 0]
- origin: [0.33, 0, 2]
radius: 0.33
color: [0, 0, 1]