#include <SceneImporter.hpp>
|
C3D_API | SceneImporter (Engine &engine) |
| Constructor.
|
|
C3D_API bool | import (Scene &scene, ImporterFile *file, Parameters const ¶meters, castor::Map< PassComponentTextureFlag, TextureConfiguration > const &textureRemaps) |
| Scene import Function.
|
|
C3D_API bool | import (Scene &scene, castor::Path const &pathFile, Parameters const ¶meters, castor::Map< PassComponentTextureFlag, TextureConfiguration > const &textureRemaps, ProgressBar *progress=nullptr) |
| Scene import Function.
|
|
C3D_API bool | importAnimations (Scene &scene, ImporterFile *file, Parameters const ¶meters) |
| Scene animations import Function.
|
|
C3D_API bool | importAnimations (Scene &scene, castor::Path const &pathFile, Parameters const ¶meters, ProgressBar *progress=nullptr) |
| Scene animations import Function.
|
|
Engine * | getOwner () const |
|
|
| OwnedBy (Engine &owner) |
| Constructor.
|
|
◆ SceneImporter()
C3D_API castor3d::SceneImporter::SceneImporter |
( |
Engine & | engine | ) |
|
|
explicit |
◆ import() [1/2]
Scene import Function.
- Parameters
-
[out] | scene | Receives the imported data. |
[in] | pathFile | The location of the file to import. |
[in] | parameters | Import configuration parameters. |
[in] | textureRemaps | The imported textures remapping parameters. |
[in,out] | progress | Optional progress bar. |
- Returns
false
if any problem occured.
◆ import() [2/2]
Scene import Function.
- Parameters
-
[out] | scene | Receives the imported data. |
[in] | file | The location of the file to import. |
[in] | parameters | Import configuration parameters. |
[in] | textureRemaps | The imported textures remapping parameters. |
- Returns
false
if any problem occured.
◆ importAnimations() [1/2]
Scene animations import Function.
- Parameters
-
[out] | scene | Receives the imported data. |
[in] | pathFile | The location of the file to import. |
[in] | parameters | Import configuration parameters. |
[in,out] | progress | Optional progress bar. |
- Returns
false
if any problem occured.
◆ importAnimations() [2/2]
Scene animations import Function.
- Parameters
-
[out] | scene | Receives the imported data. |
[in] | file | The location of the file to import. |
[in] | parameters | Import configuration parameters. |
- Returns
false
if any problem occured.
The documentation for this class was generated from the following file: