Originally Posted By: Superku
Just add or subtract 45°:
my.pan += ang(temp_angle.pan + 45 - my.pan) * 0.45 * time_step;



Yes, this works but this also means that i can only use this script for a single model. I was kinda trying to avoid this. But i guess there is no better solution that will prevent me from changing the model. Thanks !