tec::vertex::WeightData
#include <mesh.hpp>
Public Functions
| Name | |
|---|---|
| WeightData() =default |
Public Attributes
| Name | |
|---|---|
| glm::vec4 | bone_weights |
| glm::uvec4 | bone_indices |
Public Functions Documentation
function WeightData
WeightData() =default
Public Attributes Documentation
variable bone_weights
glm::vec4 bone_weights {0.f, 0.f, 0.f, 0.f};
variable bone_indices
glm::uvec4 bone_indices {0, 0, 0, 0};
Updated on 2022-07-24 at 19:27:35 +0000