diguyOglGraphicsLink(void *internal_data)
Definition: diguyOglGraphicsLink.cpp:43
diguyGraphicsLink * diguyOglGraphicsLink_create_func(void *internal_data)
Create function declaration.
Definition: diguyOglGraphicsLink.cpp:315
static int sm_num_chars_drawn
Definition: diguyOglGraphicsLink.h:35
static int sm_links_drawn
Definition: diguyOglGraphicsLink.h:34
virtual void end_character_draw()
This function will be called by DI-Guy when the drawing traversal of the character's link hierarchy h...
Definition: diguyOglGraphicsLink.cpp:187
virtual void begin_character_draw()
This function will be called by DI-Guy when the drawing of a new character is beginning.
Definition: diguyOglGraphicsLink.cpp:76
virtual void draw()
This function will be called by DI-Guy when it is time for the transformations of this link to be app...
Definition: diguyOglGraphicsLink.cpp:218
A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is...
Definition: diguyGraphicsLink.h:47
A class that represents the unique per-character non-shared mesh object. DI-Guy encapsulates its text...
Definition: diguyGraphicsShape.h:51
The class diguyOglGraphicsLink is an example of a diguyGraphicsLink subclass for an immediate mode re...
Definition: diguyOglGraphicsLink.h:20
virtual void fill_out_tbo_position_matrix(diguyGraphicsShape *current_shape, float *data_pointer)
This function will be called by DI-Guy while building instance groups (which occurs during diguyScena...
Definition: diguyOglGraphicsLink.cpp:274