|
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) | |
| constexpr | model (const model &)=delete |
| constexpr model & | operator= (const model &)=delete |
| constexpr | model (model &&) noexcept=default |
| constexpr model & | operator= (model &&) noexcept=default |
| void | draw (shader::name_t shader) const |
Data Fields | |
| GLint | wrapping |
| GLint | filtering_min |
| GLint | filtering_mag |
| GLboolean | has_mipmap |
| GLint | mipmap_min |
| GLint | mipmap_mag |
| bool | flip |
| std::string | path |
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 |