From 655810d1c4e710e7c85772b8dde96772dbcf274b Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 01 Jul 2018 11:50:49 -0400 Subject: [PATCH] Major mocap changes. --- Camera.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Camera.java b/Camera.java index 27c2395..82f2189 100644 --- a/Camera.java +++ b/Camera.java @@ -11,7 +11,7 @@ /*static*/ float DECAL = 12; // 3; /*static*/ float SCALE = 1; // 0.5f; - float shaper_fovy = 60.0f; + float shaper_fovy = 25.0f; float shaper_zNear = 0.01f; float shaper_zFar = 1E5f; // 500.0f; @@ -21,8 +21,8 @@ //<-2.2,0.7,-2> and pointed it at <-0.61,0.3,-0.6> // location = LA.newVector(2,0.7,-2); // lookAt = new cVector(0.6,0.3,-0.6); - location = LA.newVector(2,0.7,2); - lookAt = new cVector(0.0,0.3,0); + location = LA.newVector(3,2,2); + lookAt = new cVector(0.0,0.5,0); direction = new cVector(); toParent = LA.newMatrix(); fromParent = LA.newMatrix(); -- Gitblit v1.6.2