changeset 252:4b4123143b9e

Adjust default distance.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Oct 2012 20:59:45 +0300
parents 98483680ea0f
children 61eb5fb4a5e6
files vptest.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vptest.c	Tue Oct 09 20:59:30 2012 +0300
+++ b/vptest.c	Tue Oct 09 20:59:45 2012 +0300
@@ -373,9 +373,9 @@
 
 #if 1
         DMVector pos;
-        pos.x = -100;
-        pos.y = -100;
-        pos.z = 0;
+        pos.x = 0;
+        pos.y = 0;
+        pos.z = 600;
         
         DMMatrix mat;
 //        dm_matrix_rot_a(&mat, f*0.1, 0, (3.1415926535f * 2.0f * ((DMFloat) mouseX + (DMFloat) mouseY) ) / 500.0f);