Definition at line 58 of file model.cpp.
Public Member Functions | |
material_impl () | |
~material_impl () | |
Public Attributes | |
color | ambient |
color | diffuse |
color | emissive |
bool | flat |
string | name |
float | shininess |
color | specular |
texture * | tex |
material_impl | ( | ) |
~material_impl | ( | ) |
Definition at line 63 of file model.cpp.
Referenced by material::bind(), material::get_ambient(), material::is_opaque(), and material_file::load_mtl_file().
Definition at line 64 of file model.cpp.
Referenced by material::bind(), material::get_diffuse(), material::is_opaque(), and material_file::load_mtl_file().
bool flat |
Definition at line 69 of file model.cpp.
Referenced by material::bind(), material::get_flat(), and material_file::load_mtl_file().
Definition at line 68 of file model.cpp.
Referenced by material::bind(), material::get_shininess(), and material_file::load_mtl_file().
Definition at line 65 of file model.cpp.
Referenced by material::bind(), material::get_specular(), and material_file::load_mtl_file().
Definition at line 71 of file model.cpp.
Referenced by material::bind(), material::get_texture(), material_file::load_mtl_file(), and material_impl::~material_impl().