gottijay
08-03-2011, 01:05 PM
Noob question.....can anyone please tell me how to do this without the idle function...
void idle(){
rY += 0.05;
}
glutidlefunction(idle);
i want to be able to rotate the camera continously while the display function is running but without the idle function.
thank you
void idle(){
rY += 0.05;
}
glutidlefunction(idle);
i want to be able to rotate the camera continously while the display function is running but without the idle function.
thank you