tec::MD5Mesh::Weight
#include <md5mesh.hpp>
Public Attributes
| Name | |
|---|---|
| int | joint |
| float | bias |
| glm::vec3 | position |
Public Attributes Documentation
variable joint
int joint {0};
variable bias
float bias {0.f};
variable position
glm::vec3 position {0.f, 0.f, 0.f};
Updated on 2022-07-24 at 19:27:35 +0000