#include <qtopengl_obj_model.h>
Classes | |
| struct | SMaterial | 
Public Member Functions | |
| CQTOpenGLObjModel (const std::string &str_model) | |
| SMaterial & | GetMaterial (const std::string &str_material) | 
| void | Draw () const | 
Definition at line 35 of file qtopengl_obj_model.h.
| argos::CQTOpenGLObjModel::CQTOpenGLObjModel | ( | const std::string & | str_model | ) | 
Definition at line 23 of file qtopengl_obj_model.cpp.
| void argos::CQTOpenGLObjModel::Draw | ( | ) | const | 
Definition at line 61 of file qtopengl_obj_model.cpp.
| CQTOpenGLObjModel::SMaterial & argos::CQTOpenGLObjModel::GetMaterial | ( | const std::string & | str_material | ) | 
Definition at line 50 of file qtopengl_obj_model.cpp.