group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
JointMatrices Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ matrices

std::vector<glm::mat4> JointMatrices::matrices

Model-space joint transforms, one per skeleton joint.


The documentation for this struct was generated from the following file: