|
group2 0.1.0
CSE 125 Group 2
|
ECS component: per-entity model-space joint matrices from animation. More...
#include <Hitbox.hpp>
Public Attributes | |
| std::vector< glm::mat4 > | matrices |
| Model-space joint transforms, one per skeleton joint. | |
ECS component: per-entity model-space joint matrices from animation.
Populated by the animation system (client: CharacterAnimator, server: same animator class without skinning), consumed by HitboxSystem.
| std::vector<glm::mat4> JointMatrices::matrices |
Model-space joint transforms, one per skeleton joint.