15 #ifndef diguyDx9GraphicsShape_h__
16 #define diguyDx9GraphicsShape_h__
19 #include "dx9_headers.h"
32 virtual void draw(
int lod);
virtual void build()
This function will be called by DI-Guy when it is time for renderer-specific shape objects to be crea...
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...
diguyDx9GraphicsShape(void *internal_data)
Definition: diguyDx9GraphicsShape.h:22
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...
diguyGraphicsShape * diguyDx9GraphicsShape_create_func(void *internal_data)
Create function declaration.