Antkeeper
0.0.1
|
Part of a model which is associated with exactly one material. More...
#include <model.hpp>
Public Member Functions | |
void | set_material (material *material) |
void | set_drawing_mode (gl::drawing_mode mode) |
void | set_start_index (std::size_t index) |
void | set_index_count (std::size_t count) |
std::size_t | get_index () const |
const std::string & | get_name () const |
const material * | get_material () const |
material * | get_material () |
gl::drawing_mode | get_drawing_mode () const |
std::size_t | get_start_index () const |
std::size_t | get_index_count () const |
Friends | |
class | model |
Part of a model which is associated with exactly one material.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |