Add "Three Spheres" scene
This commit is contained in:
parent
1eff46006a
commit
17df0d4adf
1 changed files with 12 additions and 0 deletions
12
scenes/threeSpheres.yml
Normal file
12
scenes/threeSpheres.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- !Scene
|
||||
dimensions: [1920, 1080]
|
||||
objects:
|
||||
- origin: [0, 0.5, 2]
|
||||
radius: 0.33
|
||||
color: [1, 0, 0]
|
||||
- origin: [-0.33, 0, 2]
|
||||
radius: 0.33
|
||||
color: [0, 1, 0]
|
||||
- origin: [0.33, 0, 2]
|
||||
radius: 0.33
|
||||
color: [0, 0, 1]
|
Loading…
Add table
Add a link
Reference in a new issue