|
group2 0.1.0
CSE 125 Group 2
|
Load FBX animation clips onto a shared skeleton. More...
#include "AnimationLibrary.hpp"#include "CharacterRig.hpp"#include <SDL3/SDL_log.h>#include <assimp/Importer.hpp>#include <assimp/config.h>#include <assimp/postprocess.h>#include <assimp/scene.h>#include <ozz/animation/offline/animation_builder.h>#include <ozz/animation/offline/raw_animation.h>#include <ozz/animation/runtime/animation.h>#include <ozz/animation/runtime/skeleton.h>#include <array>#include <unordered_map>Classes | |
| struct | AnimationLibrary::Impl |
Functions | |
| const char * | clipName (ClipId id) |
| Human-readable name for a clip (for UI / logging). | |
| const char * | clipFile (ClipId id) |
| Filename (relative to assets/animations/) for a clip. | |
Load FBX animation clips onto a shared skeleton.
| const char * clipFile | ( | ClipId | id | ) |
Filename (relative to assets/animations/) for a clip.
| const char * clipName | ( | ClipId | id | ) |
Human-readable name for a clip (for UI / logging).