Haye you read my code?

Code:

...
vec_set(camera.z,machine.z);
...


has to be
Code:

...
vec_set(camera.x,my.x);
...



Regards
TSGames