struct mrpt::opengl::CAnimatedAssimpModel::BoneAnimation

Overview

struct BoneAnimation
{
    // fields

    std::string boneName;
    int boneIndex = -1;
    std::vector<VectorKey> positionKeys;
    std::vector<QuatKey> rotationKeys;
    std::vector<VectorKey> scalingKeys;
};