tec::MD5Mesh::Vertex

#include <md5mesh.hpp>

Public Attributes

Name
int startWeight
unsigned int weight_count
glm::vec2 uv
glm::vec3 position
glm::vec3 normal

Public Attributes Documentation

variable startWeight

int startWeight {0};

variable weight_count

unsigned int weight_count {0};

variable uv

glm::vec2 uv {0.f, 0.f};

variable position

glm::vec3 position {0.f, 0.f, 0.f};

variable normal

glm::vec3 normal {0.f, 0.f, 0.f};

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