.. | .. |
---|
11 | 11 | /*static*/ float DECAL = 12; // 3; |
---|
12 | 12 | /*static*/ float SCALE = 1; // 0.5f; |
---|
13 | 13 | |
---|
14 | | - float shaper_fovy = 60.0f; |
---|
| 14 | + float shaper_fovy = 25.0f; |
---|
15 | 15 | float shaper_zNear = 0.01f; |
---|
16 | 16 | float shaper_zFar = 1E5f; // 500.0f; |
---|
17 | 17 | |
---|
.. | .. |
---|
21 | 21 | //<-2.2,0.7,-2> and pointed it at <-0.61,0.3,-0.6> |
---|
22 | 22 | // location = LA.newVector(2,0.7,-2); |
---|
23 | 23 | // lookAt = new cVector(0.6,0.3,-0.6); |
---|
24 | | - location = LA.newVector(2,0.7,2); |
---|
25 | | - lookAt = new cVector(0.0,0.3,0); |
---|
| 24 | + location = LA.newVector(3,2,2); |
---|
| 25 | + lookAt = new cVector(0.0,0.5,0); |
---|
26 | 26 | direction = new cVector(); |
---|
27 | 27 | toParent = LA.newMatrix(); |
---|
28 | 28 | fromParent = LA.newMatrix(); |
---|