Antkeeper
0.0.1
|
#include <model-component.hpp>
Public Attributes | |
std::shared_ptr< render::model > | render_model |
std::unordered_map< int, std::shared_ptr< render::material > > | materials |
int | instance_count |
unsigned int | layers |
Definition at line 27 of file model-component.hpp.
int model_component::instance_count |
Definition at line 31 of file model-component.hpp.
unsigned int model_component::layers |
Definition at line 32 of file model-component.hpp.
std::unordered_map<int, std::shared_ptr<render::material> > model_component::materials |
Definition at line 30 of file model-component.hpp.
std::shared_ptr<render::model> model_component::render_model |
Definition at line 29 of file model-component.hpp.