| 45 | }; |
| 46 | |
| 47 | struct AnimationSampler |
| 48 | { |
| 49 | AnimationType type{Linear}; |
| 50 | |
| 51 | std::vector<float> inputs{}; |
| 52 | |
| 53 | std::vector<glm::vec4> outputs{}; |
| 54 | }; |
| 55 | |
| 56 | struct AnimationChannel |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected