From b1d18a124fb71c124f96ee0cfd653c491804998a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 3 Aug 2014 12:24:15 -0700 Subject: [PATCH] Move the oneBox camera to see the angles --- scenes/oneBox.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scenes/oneBox.yml b/scenes/oneBox.yml index e545aba..987c2ae 100644 --- a/scenes/oneBox.yml +++ b/scenes/oneBox.yml @@ -1,8 +1,10 @@ --- !Scene dimensions: [800, 600] camera: !Camera.Perspective - right: [1.77, 0, 0] + origin: [3, 2, -3] + direction: [-0.6396, -0.4264, 0.6396] objects: - !Object.Box near: [-0.5, -0.5, -0.5] far: [0.5, 0.5, 0.5] + color: [0.2, 0.328, 1.0]