| 54 | }; |
| 55 | |
| 56 | struct AnimationChannel |
| 57 | { |
| 58 | vkb::scene_graph::NodeC &node; |
| 59 | |
| 60 | AnimationTarget target; |
| 61 | |
| 62 | AnimationSampler sampler; |
| 63 | }; |
| 64 | |
| 65 | class Animation : public Script |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected