1 2 3 4 5
#include <celeritas.h> const char* keyframe_kind_strings[4] = { "ROTATION", "TRANSLATION", "SCALE", "WEIGHTS" }; const char* interpolation_strings[3] = { "Step", "Linear", "Cubic" };