Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a03718.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a03718.php on line 2
The ARGoS Website

argos::CQTOpenGLObjModel Class Reference

#include <qtopengl_obj_model.h>

Classes

struct  SMaterial
 

Public Member Functions

 CQTOpenGLObjModel (const std::string &str_model)
 
SMaterialGetMaterial (const std::string &str_material)
 
void Draw () const
 

Detailed Description

Definition at line 35 of file qtopengl_obj_model.h.

Constructor & Destructor Documentation

◆ CQTOpenGLObjModel()

argos::CQTOpenGLObjModel::CQTOpenGLObjModel ( const std::string &  str_model)

Definition at line 23 of file qtopengl_obj_model.cpp.

Member Function Documentation

◆ Draw()

void argos::CQTOpenGLObjModel::Draw ( ) const

Definition at line 61 of file qtopengl_obj_model.cpp.

◆ GetMaterial()

CQTOpenGLObjModel::SMaterial & argos::CQTOpenGLObjModel::GetMaterial ( const std::string &  str_material)

Definition at line 50 of file qtopengl_obj_model.cpp.