Specify object types in threeSpheres.yml
These don't actually do anything yet, but I'd like to get this going once I start adding more object types.
This commit is contained in:
parent
6f844f7c2a
commit
1d22e27d81
1 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,17 @@
|
||||||
--- !Scene
|
--- !Scene
|
||||||
dimensions: [1920, 1080]
|
dimensions: [1920, 1080]
|
||||||
camera:
|
camera: !Camera.Perspective
|
||||||
right: [1.77, 0, 0]
|
right: [1.77, 0, 0]
|
||||||
objects:
|
objects:
|
||||||
- origin: [0, 0.5, 2]
|
- !Object.Sphere
|
||||||
|
origin: [0, 0.5, 2]
|
||||||
radius: 0.33
|
radius: 0.33
|
||||||
color: [1, 0, 0]
|
color: [1, 0, 0]
|
||||||
- origin: [-0.33, 0, 2]
|
- !Object.Sphere
|
||||||
|
origin: [-0.33, 0, 2]
|
||||||
radius: 0.33
|
radius: 0.33
|
||||||
color: [0, 1, 0]
|
color: [0, 1, 0]
|
||||||
- origin: [0.33, 0, 2]
|
- !Object.Sphere
|
||||||
|
origin: [0.33, 0, 2]
|
||||||
radius: 0.33
|
radius: 0.33
|
||||||
color: [0, 0, 1]
|
color: [0, 0, 1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue