tec::MaterialGroup

#include <mesh.hpp>

Public Attributes

Name
std::size_t start
std::size_t count
std::string material_name
std::list< std::string > textures

Public Attributes Documentation

variable start

std::size_t start {0};

variable count

std::size_t count {0};

variable material_name

std::string material_name;

variable textures

std::list< std::string > textures;

Updated on 2022-07-24 at 19:27:35 +0000