CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
|
This is the complete list of members for CSCI441::ModelLoader, including all inherited members.
disableAutoGenerateNormals() | CSCI441::ModelLoader | inlinestatic |
draw(GLuint shaderProgramHandle, GLint matDiffLocation=-1, GLint matSpecLocation=-1, GLint matShinLocation=-1, GLint matAmbLocation=-1, GLenum diffuseTexture=GL_TEXTURE0) const | CSCI441::ModelLoader | inline |
enableAutoGenerateNormals() | CSCI441::ModelLoader | inlinestatic |
getIndices() const | CSCI441::ModelLoader | inline |
getNormals() const | CSCI441::ModelLoader | inline |
getNumberOfIndices() const | CSCI441::ModelLoader | inline |
getNumberOfVertices() const | CSCI441::ModelLoader | inline |
getTexCoords() const | CSCI441::ModelLoader | inline |
getVertices() const | CSCI441::ModelLoader | inline |
loadModelFile(std::string filename, bool INFO=true, bool ERRORS=true) | CSCI441::ModelLoader | inline |
ModelLoader() | CSCI441::ModelLoader | inline |
ModelLoader(const char *filename) | CSCI441::ModelLoader | inlineexplicit |
ModelLoader(const ModelLoader &)=delete | CSCI441::ModelLoader | |
operator=(const ModelLoader &)=delete | CSCI441::ModelLoader | |
setAttributeLocations(GLint positionLocation, GLint normalLocation=-1, GLint texCoordLocation=-1) const | CSCI441::ModelLoader | inline |
~ModelLoader() | CSCI441::ModelLoader | inline |