Antkeeper
0.0.1
|
Part of a model which is associated with exactly one material. More...
#include <model.hpp>
Public Attributes | |
hash::fnv1a32_t | id {} |
gl::primitive_topology | primitive_topology {gl::primitive_topology::triangle_list} |
std::uint32_t | first_vertex {} |
std::uint32_t | vertex_count {} |
std::shared_ptr< render::material > | material |
Part of a model which is associated with exactly one material.
hash::fnv1a32_t render::model_group::id {} |
std::shared_ptr<render::material> render::model_group::material |
gl::primitive_topology render::model_group::primitive_topology {gl::primitive_topology::triangle_list} |