progs/demos/gloss: press 'n' to advance by one frame

This commit is contained in:
Brian Paul
2009-12-09 16:23:30 -07:00
parent 3bee8c2e7c
commit edf11da7f8

View File

@@ -215,6 +215,9 @@ static void Key( unsigned char key, int x, int y )
case ' ':
ToggleAnimate();
break;
case 'n':
Idle();
break;
case 27:
glutDestroyWindow(Win);
exit(0);