charles/scenes/planeSphere.yml

12 lines
216 B
YAML
Raw Normal View History

--- !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]