10 #include <Atoms/Globals.h>
11 #include <AtomsCore/Skeleton.h>
12 #include <Atoms/Loaders/BaseSkeletonLoader.h>
47 static AtomsPtr<BaseSkeletonLoader>
creator();
Definition: BVHSkeletonLoader.h:17
BVHSkeletonLoader()
Constructor.
AtomsCore::Skeleton load(const std::string &filePath, const std::string &filter="")
load
std::string typeStr() const
Type string.
static const unsigned int staticTypeId
Class static type id.
Definition: BVHSkeletonLoader.h:35
unsigned int typeId() const
Type id.
static AtomsPtr< BaseSkeletonLoader > creator()
Creator function.
static std::string const staticTypeStr
Class static type string.
Definition: BVHSkeletonLoader.h:26
~BVHSkeletonLoader()
Destructor.
BaseAnimLoader class.
Definition: BaseSkeletonLoader.h:22
Skeleton class.
Definition: Skeleton.h:68
Atoms namespace.
Definition: Agent.h:29