Atoms Crowd
7.0.0
|
BaseAnimLoader class. More...
#include <BaseSkeletonLoader.h>
Public Member Functions | |
virtual std::string | typeStr () const =0 |
Type string. More... | |
virtual unsigned int | typeId () const =0 |
Type id. More... | |
BaseSkeletonLoader () | |
Constructor. | |
virtual | ~BaseSkeletonLoader ()=0 |
Virtual Destructor. | |
virtual AtomsCore::Skeleton | load (const std::string &filePath, const std::string &filter="")=0 |
load More... | |
BaseAnimLoader class.
An AnimLoader loads a clip file and return an AnimationClip instance. This is the base class for all derived loaders.
|
pure virtual |
load
Build an animation clip instance from a file
Implemented in Atoms::FbxSkeletonLoader, Atoms::DefaultSkeletonLoader, and Atoms::BVHSkeletonLoader.
|
pure virtual |
Type id.
The derived AnimLoader id
Implemented in Atoms::FbxSkeletonLoader, Atoms::DefaultSkeletonLoader, and Atoms::BVHSkeletonLoader.
|
pure virtual |
Type string.
The derived AnimLoader name
Implemented in Atoms::FbxSkeletonLoader, Atoms::DefaultSkeletonLoader, and Atoms::BVHSkeletonLoader.