#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 24 of file qtopengl_obj_model.cpp.
void argos::CQTOpenGLObjModel::Draw | ( | ) | const |
Definition at line 62 of file qtopengl_obj_model.cpp.
CQTOpenGLObjModel::SMaterial & argos::CQTOpenGLObjModel::GetMaterial | ( | const std::string & | str_material | ) |
Definition at line 51 of file qtopengl_obj_model.cpp.