# HG changeset patch # User Matti Hamalainen # Date 1349805585 -10800 # Node ID 4b4123143b9e0e679d54db44e4400a9d905641dd # Parent 98483680ea0fc12555e427207a30b9621bf623d9 Adjust default distance. diff -r 98483680ea0f -r 4b4123143b9e vptest.c --- 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);