1 #ifndef __diguyOglGraphicsLink_H
2 #define __diguyOglGraphicsLink_H
virtual void push()
This function will be called by DI-Guy when it is traversing the link hierarchy to draw...
Definition: diguyOglGraphicsLink.cpp:252
diguyOglGraphicsLink(void *internal_data)
Definition: diguyOglGraphicsLink.cpp:69
diguyGraphicsLink * diguyOglGraphicsLink_create_func(void *internal_data)
Create function declaration.
Definition: diguyOglGraphicsLink.cpp:435
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:227
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:102
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:303
A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is...
Definition: diguyGraphicsLink.h:49
static int s_num_chars_drawn
Definition: diguyOglGraphicsLink.h:29
Definition: diguyOglGraphicsLink.h:16
virtual void pop()
This function will be called by DI-Guy when it is traversing the link hierarchy to draw...
Definition: diguyOglGraphicsLink.cpp:274