main.cpp File Reference

Include dependency graph for main.cpp:

Functions

void draw_scene ()
void load_model ()
double get_rand ()
int setup_callback ()
static void display_callback ()
static void reshape_callback (int width, int height)
static void keyboard_callback (unsigned char key, int x, int y)
static void idle_callback (int value)
static void motion_callback (int x, int y)
static void mouse_callback (int button, int action, int x, int y)
int main (int argc, char *argv[])

Variables

unsigned int time_anim = 0
unsigned int counter = 0
navigator_tool nav

Function Documentation

static void display_callback (  )  [static]

References counter, display_manager_begin(), display_manager_end(), and draw_scene().

Referenced by setup_callback().

Here is the call graph for this function:

void draw_scene (  ) 

Projet ETI3 - CPE Lyon - 2010-2011

References time_anim.

Referenced by display_callback().

double get_rand (  ) 
static void idle_callback ( int  value  )  [static]

Referenced by setup_callback().

static void keyboard_callback ( unsigned char  key,
int  x,
int  y 
) [static]

References keyboard_manager().

Referenced by setup_callback().

Here is the call graph for this function:

void load_model (  ) 

Referenced by main().

int main ( int  argc,
char *  argv[] 
)
static void motion_callback ( int  x,
int  y 
) [static]

References motion_manager().

Referenced by setup_callback().

Here is the call graph for this function:

static void mouse_callback ( int  button,
int  action,
int  x,
int  y 
) [static]

References mouse_manager().

Referenced by setup_callback().

Here is the call graph for this function:

static void reshape_callback ( int  width,
int  height 
) [static]

References reshape_manager().

Referenced by setup_callback().

Here is the call graph for this function:

int setup_callback (  ) 

References display_callback(), idle_callback(), keyboard_callback(), motion_callback(), mouse_callback(), and reshape_callback().

Referenced by main().

Here is the call graph for this function:


Variable Documentation

unsigned int counter = 0

Referenced by display_callback().

unsigned int time_anim = 0

Referenced by draw_scene().

Generated on Fri Apr 1 17:22:44 2011 by  doxygen 1.6.3