ScenePreprocessor: Preprocess a scene before any post-processing steps are executed.
More...
ScenePreprocessor: Preprocess a scene before any post-processing steps are executed.
The step computes data that needn't necessarily be provided by the importer, such as aiMesh::mPrimitiveTypes.
Assimp::ScenePreprocessor::ScenePreprocessor |
( |
| ) |
|
|
inline |
Default c'tpr.
Use SetScene() to assign a scene to the object.
Assimp::ScenePreprocessor::ScenePreprocessor |
( |
aiScene * |
_scene | ) |
|
|
inline |
Constructs the object and assigns a specific scene to it.
Preprocess an animation in the scene.
- Parameters
-
anim | Anim to be preprocessed. |
void ScenePreprocessor::ProcessMesh |
( |
aiMesh * |
mesh | ) |
|
|
protected |
Preprocess a mesh in the scene.
- Parameters
-
mesh | Mesh to be preprocessed. |
void ScenePreprocessor::ProcessScene |
( |
| ) |
|
Preprocess the current scene.
void Assimp::ScenePreprocessor::SetScene |
( |
aiScene * |
sc | ) |
|
|
inline |
Assign a (new) scene to the object.
One 'SceneProcessor' can be used for multiple scenes. Call ProcessScene to have the scene preprocessed.
- Parameters
-
aiScene* Assimp::ScenePreprocessor::scene |
|
protected |
Scene we're currently working on.
The documentation for this class was generated from the following files: