charles/scenes/threeSpheres.yml
Eryn Wells 1d22e27d81 Specify object types in threeSpheres.yml
These don't actually do anything yet, but I'd like to get this going once I start
adding more object types.
2014-07-20 16:55:52 -07:00

17 lines
367 B
YAML

--- !Scene
dimensions: [1920, 1080]
camera: !Camera.Perspective
right: [1.77, 0, 0]
objects:
- !Object.Sphere
origin: [0, 0.5, 2]
radius: 0.33
color: [1, 0, 0]
- !Object.Sphere
origin: [-0.33, 0, 2]
radius: 0.33
color: [0, 1, 0]
- !Object.Sphere
origin: [0.33, 0, 2]
radius: 0.33
color: [0, 0, 1]