|
Brenta Engine 1.2
|
Builder class for Model. More...
#include <model.hpp>
Public Member Functions | |
| builder & | path (std::string path) |
| builder & | wrapping (GLint wrapping) |
| builder & | filtering_min (GLint filtering_min) |
| builder & | filtering_mag (GLint filtering_mag) |
| builder & | has_mipmap (GLboolean has_mipmap) |
| builder & | mipmap_min (GLint mipmap_min) |
| builder & | mipmap_mag (GLint mipmap_mag) |
| builder & | flip (bool flip) |
| model | build () |
| model::builder & model::builder::filtering_mag | ( | GLint | filtering_mag | ) |
| model::builder & model::builder::filtering_min | ( | GLint | filtering_min | ) |
| model::builder & model::builder::flip | ( | bool | flip | ) |
| model::builder & model::builder::has_mipmap | ( | GLboolean | has_mipmap | ) |
| model::builder & model::builder::mipmap_mag | ( | GLint | mipmap_mag | ) |
| model::builder & model::builder::mipmap_min | ( | GLint | mipmap_min | ) |
| model::builder & model::builder::path | ( | std::string | path | ) |
| model::builder & model::builder::wrapping | ( | GLint | wrapping | ) |