#include <JOBJModel.h>
Public Member Functions | |
JOBJModel () | |
bool | Load (const char *modelName, const char *textureName) |
void | Render () |
JOBJModel::JOBJModel | ( | ) |
Constructor.
bool JOBJModel::Load | ( | const char * | modelName, | |
const char * | textureName | |||
) |
Load OBJ model.
modelName | - Name of OBJ file. | |
texturenName | - Name of texture. |
void JOBJModel::Render | ( | ) |
Render the model to screen.