#include <render_base.h>
Inheritance diagram for RenderModel:
Public Member Functions | |
RenderModel (const char *ModelFile, const char *TextureBase="", double Scale=1) | |
Constructor takes the model file and a scale factor. | |
~RenderModel () | |
Destructor. | |
void | Render () |
The reimplemented Render method. | |
void | ThreadInit () |
Performs the portion of the Initilaisation that needs to be done in the rendering thread (ie in the correct gl context etc). | |
Protected Attributes | |
double | Scale |
unsigned int * | g_Texture |
char * | TextureBase |
char * | ModelName |
CLoad3DS * | g_Load3ds |
t3DModel * | g_3DModel |