tec::MD5Mesh::InternalMesh

#include <md5mesh.hpp>

Public Attributes

Name
std::string shader
std::vector< Vertex > verts
std::vector< Triangle > tris
std::vector< Weight > weights

Public Attributes Documentation

variable shader

std::string shader;

variable verts

std::vector< Vertex > verts;

variable tris

std::vector< Triangle > tris;

variable weights

std::vector< Weight > weights;

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