#include <CmshImporter.hpp>
|
| C3D_API | CmshAnimationImporter (Engine &engine) |
| | Constructor.
|
| |
| virtual | ~AnimationImporter ()=default |
| |
| C3D_API | AnimationImporter (Engine &engine, castor::String const &prefix) |
| | Constructor.
|
| |
| C3D_API bool | importData (SkeletonAnimation &animation, ImporterFile *file, Parameters const ¶meters) |
| | SkeletonAnimation import function.
|
| |
| C3D_API bool | importData (MeshAnimation &animation, ImporterFile *file, Parameters const ¶meters) |
| | MeshAnimation import function.
|
| |
| C3D_API bool | importData (SceneNodeAnimation &animation, ImporterFile *file, Parameters const ¶meters) |
| | SceneNodeAnimation import function.
|
| |
| C3D_API bool | importData (SceneNodeAnimation &animation, castor::Path const &pathFile, Parameters const ¶meters) |
| | SceneNodeAnimation import function.
|
| |
| C3D_API bool | importData (TextureAnimation &animation, ImporterFile *file, Parameters const ¶meters) |
| | TextureAnimation import function.
|
| |
| C3D_API bool | importData (TextureAnimation &animation, castor::Path const &pathFile, Parameters const ¶meters) |
| | TextureAnimation import function.
|
| |
| castor::StringView | getPrefix () const noexcept |
| |
| Engine * | getOwner () const noexcept |
| |
| void | setOwner (Engine &owner) noexcept |
| |
◆ CmshAnimationImporter()
| C3D_API castor3d::CmshAnimationImporter::CmshAnimationImporter |
( |
Engine & | engine | ) |
|
|
explicit |
Constructor.
- Parameters
-
| [in] | engine | The core engine. |
◆ create()
| static AnimationImporterUPtr castor3d::CmshAnimationImporter::create |
( |
Engine & | engine | ) |
|
|
static |
Creator function.
- Parameters
-
| [in] | engine | The core engine. |
◆ MeshAnimType
◆ NodeAnimType
◆ SkeletonAnimType
| castor::String const castor3d::CmshAnimationImporter::SkeletonAnimType |
|
static |
The documentation for this class was generated from the following file: