charles/scenes/oneBoxVectorExpression.yml
Eryn Wells 7d4acc28e4 Add a scene file with some vector expressions
Something for yamldumper to munch on. No actual vectors variables defined yet, though.
2014-08-22 07:34:42 -07:00

14 lines
292 B
YAML

--- !Scene
dimensions: [800, 600]
camera: !Camera.Perspective
origin: [7.48, 6.5, 5.34]
lookAt: [0, 0, 0]
objects:
- !Object.Box
near: 3 * y + 2
far: [1, 1, 1]
color: [1, 0, 0]
- !Object.Plane
normal: [0, 1, 0]
distance: 1
color: [0, 0, 1]