A new scene: plane with a sphere above it

This commit is contained in:
Eryn Wells 2014-08-02 10:03:49 -07:00
parent 6ddd47fe64
commit d37b82b116

11
scenes/planeSphere.yml Normal file
View file

@ -0,0 +1,11 @@
--- !Scene
dimensions: [800, 600]
objects:
- !Object.Plane
normal: [0, 1, 0]
distance: -1
color: [0, 1, 0]
- !Object.Sphere
origin: [0, 1, 0]
radius: 0.25
color: [0, 0, 1]