|
Brenta Engine 1.2
|
Model class. More...
#include <model.hpp>
Data Structures | |
| class | builder |
| Builder class for Model. More... | |
| struct | config |
Public Member Functions | |
| model () | |
| Empty constructor. | |
| model (config conf) | |
| void | draw (types::shader_name_t shader) |
Data Fields | |
| GLint | wrapping |
| GLint | filtering_min |
| GLint | filtering_mag |
| GLboolean | has_mipmap |
| GLint | mipmap_min |
| GLint | mipmap_mag |
| bool | flip |
Static Public Attributes | |
| static const config | default_config |
Model class.
This class is used to load a model from a file and draw it
|
inline |
|
static |