int ModelLoader::getAtomCount |
( |
| ) |
|
A member function to get the atom count.
- Returns
- the atom count as integer.
GLuint ModelLoader::getVao |
( |
| ) |
const |
A member function to get the vertex array object.
- Returns
- the vertex array object as GLuint.
bool ModelLoader::load |
( |
const std::string |
absoluteFilePath | ) |
|
A member function to load a model given by an absolute file path.
- Parameters
-
absoluteFilePath | a const std::string. |
- Returns
- TRUE if successful, FALSE if fail.
void ModelLoader::setTextureSize |
( |
int |
size | ) |
|
A member function to set the texture size.
- Parameters
-
- Returns
- void.
The documentation for this class was generated from the following files: