Add a new scene with a single unit-box at the origin

This commit is contained in:
Eryn Wells 2014-07-22 21:40:39 -07:00
parent f5f47f5a9a
commit 2b9d3a3824

8
scenes/oneBox.yml Normal file
View file

@ -0,0 +1,8 @@
--- !Scene
dimensions: [800, 600]
camera: !Camera.Perspective
right: [1.77, 0, 0]
objects:
- !Object.Box
near: [-0.5, -0.5, -0.5]
far: [0.5, 0.5, 0.5]