Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::model::builder Class Reference

Builder class for Model. More...

#include <model.hpp>

Public Member Functions

builderpath (std::string path)
 
builderwrapping (GLint wrapping)
 
builderfiltering_min (GLint filtering_min)
 
builderfiltering_mag (GLint filtering_mag)
 
builderhas_mipmap (GLboolean has_mipmap)
 
buildermipmap_min (GLint mipmap_min)
 
buildermipmap_mag (GLint mipmap_mag)
 
builderflip (bool flip)
 
model build ()
 

Detailed Description

Builder class for Model.

Definition at line 96 of file model.hpp.

Member Function Documentation

◆ build()

model model::builder::build ( )

Definition at line 230 of file model.cpp.

◆ filtering_mag()

model::builder & model::builder::filtering_mag ( GLint  filtering_mag)

Definition at line 200 of file model.cpp.

◆ filtering_min()

model::builder & model::builder::filtering_min ( GLint  filtering_min)

Definition at line 194 of file model.cpp.

◆ flip()

model::builder & model::builder::flip ( bool  flip)

Definition at line 224 of file model.cpp.

◆ has_mipmap()

model::builder & model::builder::has_mipmap ( GLboolean  has_mipmap)

Definition at line 206 of file model.cpp.

◆ mipmap_mag()

model::builder & model::builder::mipmap_mag ( GLint  mipmap_mag)

Definition at line 218 of file model.cpp.

◆ mipmap_min()

model::builder & model::builder::mipmap_min ( GLint  mipmap_min)

Definition at line 212 of file model.cpp.

◆ path()

model::builder & model::builder::path ( std::string  path)

Definition at line 182 of file model.cpp.

◆ wrapping()

model::builder & model::builder::wrapping ( GLint  wrapping)

Definition at line 188 of file model.cpp.


The documentation for this class was generated from the following files: