The GenFaceNormalsProcess computes face normals for all faces of all meshes.
More...
Inherits Assimp::BaseProcess.
The GenFaceNormalsProcess computes face normals for all faces of all meshes.
§ GenFaceNormalsProcess()
GenFaceNormalsProcess::GenFaceNormalsProcess |
( |
| ) |
|
§ ~GenFaceNormalsProcess()
GenFaceNormalsProcess::~GenFaceNormalsProcess |
( |
| ) |
|
§ Execute()
void GenFaceNormalsProcess::Execute |
( |
aiScene * |
pScene | ) |
|
|
virtual |
Executes the post processing step on the given imported data.
At the moment a process is not supposed to fail.
- Parameters
-
pScene | The imported data to work at. |
Implements Assimp::BaseProcess.
§ IsActive()
bool GenFaceNormalsProcess::IsActive |
( |
unsigned int |
pFlags | ) |
const |
|
virtual |
Returns whether the processing step is present in the given flag field.
- 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.
The documentation for this class was generated from the following files: