Quote:
a possible sloppy answer: try increasing or decreasing T
Code:
//increase or decrease 6.66
T += 6.66 * time_step;
//T %= 360;
I don't get it, where do i put that?
Why did you comment this "T %= 360;"?
I tried just modifying the T += 1;
to T += 6.66 * time_step; and modifying the 6.66 is not working.
I dont understand what are you trying to say me...