11 #ifndef diguyDx9GraphicsShape_h__
12 #define diguyDx9GraphicsShape_h__
15 #include "dx9_headers.h"
28 virtual void draw(
int lod);
diguyDx9GraphicsShape(void *internal_data)
4 Header files and forward declarations
Definition: diguyDx9GraphicsShape.cpp:41
Definition: diguyDx9GraphicsShape.h:18
virtual void draw(int lod)
This function will be called by DI-Guy when it is time for the geometry of this shape to be drawn...
Definition: diguyDx9GraphicsShape.cpp:124
A class that represents the unique per-character non-shared mesh object. DI-Guy encapsulates its text...
Definition: diguyGraphicsShape.h:49
virtual void unbuild()
This function will be called by DI-Guy when it is time for the renderer-specific shape objects create...
Definition: diguyDx9GraphicsShape.cpp:100
virtual void build()
This function will be called by DI-Guy when it is time for renderer-specific shape objects to be crea...
Definition: diguyDx9GraphicsShape.cpp:77
diguyGraphicsShape * diguyDx9GraphicsShape_create_func(void *internal_data)
Create function declaration.
Definition: diguyDx9GraphicsShape.cpp:158