main.cpp File Reference

Functions

int draw_scene ()
int 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 counter = 0
navigator_tool nav
scene current_scene

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:

int draw_scene (  ) 

TP 5ETI - CPE Lyon - 2011/2012

References scene::draw_scene().

Referenced by display_callback().

Here is the call graph for this function:

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:

int load_model (  ) 

References scene::load_model().

Referenced by main().

Here is the call graph for this function:

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
Generated on Fri Aug 19 14:45:28 2011 by  doxygen 1.6.3