This will rotate your entity around its current arbitrary axis by adding the temp vector...

Code:

temp.pan = 5;
temp.tilt = 0;
temp.roll = 0;
vec_scale(temp, time_step);
ang_rotate(my.pan, temp);




xXxGuitar511
- Programmer