You can't use a vec_rotate()?

var WorldPos[3];
var VertexPos[3];

vec_set(temp, WorldPos);
vec_sub(temp, my.x);
vec_rotate(temp, my.pan);

?


Please explain what your goal is, so we get a better idea of how to solve it...


xXxGuitar511
- Programmer