File: walker.h

package info (click to toggle)
glut 3.6-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 9,084 kB
  • ctags: 15,234
  • sloc: ansic: 131,032; makefile: 2,129; ada: 2,012; yacc: 473; fortran: 290; lex: 131; sed: 49; csh: 38
file content (13 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define CYCLE_SIZE 100
#define CYCLE_STEP 1.0/CYCLE_SIZE

extern GLfloat Walk_cycle[2][5][CYCLE_SIZE];

extern int Step;

extern void DrawTheGuy_WC(void);
extern void DrawTheGuy_SC(void);
extern void DrawTheGuy_SL(void);
extern void DrawTheGuy_SL2(void);
extern void StoreTheGuy_SL(void);
extern void StoreTheGuy_SL2(void);