The PretransformVertices pre-transforms all vertices in the node tree and removes the whole graph.
More...
Inherits Assimp::BaseProcess.
The PretransformVertices pre-transforms all vertices in the node tree and removes the whole graph.
The output is a list of meshes, one for each material.
◆ PretransformVertices()
PretransformVertices::PretransformVertices |
( |
| ) |
|
◆ ~PretransformVertices()
PretransformVertices::~PretransformVertices |
( |
| ) |
|
◆ Execute()
void PretransformVertices::Execute |
( |
aiScene * |
pScene | ) |
|
|
virtual |
Executes the post processing step on the given imported data.
A process should throw an ImportErrorException* if it fails. This method must be implemented by deriving classes.
- Parameters
-
pScene | The imported data to work at. |
Implements Assimp::BaseProcess.
◆ IsActive()
bool PretransformVertices::IsActive |
( |
unsigned int |
pFlags | ) |
const |
|
virtual |
Returns whether the processing step is present in the given flag.
- Parameters
-
pFlags | The processing flags the importer was called with. A bitwise combination of aiPostProcessSteps. |
- Returns
- true if the process is present in this flag fields, false if not.
Implements Assimp::BaseProcess.
◆ IsHierarchyKept()
bool Assimp::PretransformVertices::IsHierarchyKept |
( |
| ) |
const |
|
inline |
Check whether 'keep hierarchy' is currently enabled.
- Returns
- ...
◆ KeepHierarchy()
void Assimp::PretransformVertices::KeepHierarchy |
( |
bool |
keep | ) |
|
|
inline |
Toggle the 'keep hierarchy' option.
- Parameters
-
keep | true for keep configuration. |
◆ SetupProperties()
void PretransformVertices::SetupProperties |
( |
const Importer * |
pImp | ) |
|
|
virtual |
The documentation for this class was generated from the following files: