Antkeeper  0.0.1
Public Attributes | List of all members
model_component Struct Reference

#include <model-component.hpp>

Public Attributes

std::shared_ptr< render::modelrender_model
 
std::unordered_map< int, std::shared_ptr< render::material > > materials
 
int instance_count
 
unsigned int layers
 

Detailed Description

Definition at line 27 of file model-component.hpp.

Member Data Documentation

◆ instance_count

int model_component::instance_count

Definition at line 31 of file model-component.hpp.

◆ layers

unsigned int model_component::layers

Definition at line 32 of file model-component.hpp.

◆ materials

std::unordered_map<int, std::shared_ptr<render::material> > model_component::materials

Definition at line 30 of file model-component.hpp.

◆ render_model

std::shared_ptr<render::model> model_component::render_model

Definition at line 29 of file model-component.hpp.


The documentation for this struct was generated from the following file: