11 #ifndef diguyDx9GraphicsLink_h__
12 #define diguyDx9GraphicsLink_h__
virtual void begin_character_draw()
This function will be called by DI-Guy when the drawing of a new character is beginning.
Definition: diguyDx9GraphicsLink.cpp:93
diguyDx9GraphicsLink(void *internal_data)
Definition: diguyDx9GraphicsLink.cpp:62
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: diguyDx9GraphicsLink.cpp:208
Definition: diguyDx9GraphicsLink.h:17
A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is...
Definition: diguyGraphicsLink.h:45
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: diguyDx9GraphicsLink.cpp:132
diguyGraphicsLink * diguyDx9GraphicsLink_create_func(void *internal_data)
Create function declaration.
Definition: diguyDx9GraphicsLink.cpp:294