Definition: diguyDx11GraphicsLink.h:9
virtual void begin_character_draw()
This function will be called by DI-Guy when the drawing of a new character is beginning.
Definition: diguyDx11GraphicsLink.cpp:97
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: diguyDx11GraphicsLink.cpp:211
diguyDx11GraphicsLink(void *internal_data)
Definition: diguyDx11GraphicsLink.cpp:66
A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is...
Definition: diguyGraphicsLink.h:47
diguyGraphicsLink * diguyDx11GraphicsLink_create_func(void *internal_data)
Create function declaration.
Definition: diguyDx11GraphicsLink.cpp:311
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: diguyDx11GraphicsLink.cpp:240