![]() |
Atoms Crowd
7.0.0
|
BaseAnimLoader class. More...
#include <BaseMeshLoader.h>
Public Member Functions | |
| virtual std::string | typeStr () const =0 |
| Type string. More... | |
| virtual unsigned int | typeId () const =0 |
| Type id. More... | |
| BaseMeshLoader () | |
| Constructor. | |
| virtual | ~BaseMeshLoader ()=0 |
| Virtual Destructor. | |
| virtual AtomsPtr< AtomsCore::MapMetadata > | 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::FbxMeshLoader, Atoms::DefaultMeshLoader, and Atoms::AlembicMeshLoader.
|
pure virtual |
Type id.
The derived AnimLoader id
Implemented in Atoms::FbxMeshLoader, Atoms::DefaultMeshLoader, and Atoms::AlembicMeshLoader.
|
pure virtual |
Type string.
The derived AnimLoader name
Implemented in Atoms::FbxMeshLoader, Atoms::DefaultMeshLoader, and Atoms::AlembicMeshLoader.