charles/scenes/threeSpheres.yml

18 lines
365 B
YAML
Raw Normal View History

2014-07-19 15:53:47 -07:00
--- !Scene
2014-08-18 09:04:40 -07:00
dimensions: [800, 600]
camera: !Camera.Perspective
2014-08-18 09:04:40 -07:00
right: [1.33, 0, 0]
2014-07-19 15:53:47 -07:00
objects:
- !Object.Sphere
origin: [0, 0.5, 2]
2014-07-19 15:53:47 -07:00
radius: 0.33
color: [1, 0, 0]
- !Object.Sphere
origin: [-0.33, 0, 2]
2014-07-19 15:53:47 -07:00
radius: 0.33
color: [0, 1, 0]
- !Object.Sphere
origin: [0.33, 0, 2]
2014-07-19 15:53:47 -07:00
radius: 0.33
color: [0, 0, 1]