tec::MD5Mesh::Joint
#include <md5mesh.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | name |
| int | parent |
| glm::vec3 | position |
| glm::quat | orientation |
Public Attributes Documentation
variable name
std::string name {""};
variable parent
int parent {-1};
variable position
glm::vec3 position {0.f, 0.f, 0.f};
variable orientation
glm::quat orientation {0.f, 0.f, 0.f, 1.f};
Updated on 2022-07-24 at 19:27:35 +0000