A few more objects for the oneBox scene -- it's not really one box anymore
This commit is contained in:
parent
c380a3c3cd
commit
d4f661075d
1 changed files with 13 additions and 5 deletions
|
@ -1,10 +1,18 @@
|
||||||
--- !Scene
|
--- !Scene
|
||||||
dimensions: [800, 600]
|
dimensions: [800, 600]
|
||||||
camera: !Camera.Perspective
|
camera: !Camera.Perspective
|
||||||
origin: [3, 2, -3]
|
origin: [7.48, 6.5, 5.34]
|
||||||
direction: [-0.6396, -0.4264, 0.6396]
|
lookAt: [0, 0, 0]
|
||||||
objects:
|
objects:
|
||||||
- !Object.Box
|
- !Object.Box
|
||||||
near: [-0.5, -0.5, -0.5]
|
near: [-1, -1, -1]
|
||||||
far: [0.5, 0.5, 0.5]
|
far: [1, 1, 1]
|
||||||
color: [0.2, 0.328, 1.0]
|
color: [1, 0, 0]
|
||||||
|
- !Object.Sphere
|
||||||
|
origin: [1.5, 0, 0]
|
||||||
|
radius: 0.25
|
||||||
|
color: [0, 1, 0]
|
||||||
|
- !Object.Plane
|
||||||
|
normal: [0, 1, 0]
|
||||||
|
distance: 1
|
||||||
|
color: [0, 0, 1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue