A new scene: plane with a sphere above it
This commit is contained in:
parent
6ddd47fe64
commit
d37b82b116
1 changed files with 11 additions and 0 deletions
11
scenes/planeSphere.yml
Normal file
11
scenes/planeSphere.yml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue