planeSphere scene: move some stuff around
To get a better view of where things are supposed to be.
This commit is contained in:
parent
6dcb9dd37f
commit
467edaf02b
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,14 @@
|
||||||
--- !Scene
|
--- !Scene
|
||||||
dimensions: [800, 600]
|
dimensions: [800, 600]
|
||||||
|
camera: !Camera.Perspective
|
||||||
|
origin: [0, 3, -6]
|
||||||
|
direction: [0, -0.316228, 0.948683]
|
||||||
objects:
|
objects:
|
||||||
- !Object.Plane
|
- !Object.Plane
|
||||||
normal: [0, 1, 0]
|
normal: [0, 1, 0]
|
||||||
distance: -1
|
distance: 1
|
||||||
color: [0, 1, 0]
|
color: [0.0, 0.328, 0.8]
|
||||||
- !Object.Sphere
|
- !Object.Sphere
|
||||||
origin: [0, 1, 0]
|
origin: [0, 1, 0]
|
||||||
radius: 0.25
|
radius: 1
|
||||||
color: [0, 0, 1]
|
color: [0.8, 0.284, 0.0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue