The DropFaceNormalsProcess computes face normals for all faces of all meshes.
More...
Inherits Assimp::BaseProcess.
The DropFaceNormalsProcess computes face normals for all faces of all meshes.
◆ DropFaceNormalsProcess()
DropFaceNormalsProcess::DropFaceNormalsProcess |
( |
| ) |
|
◆ ~DropFaceNormalsProcess()
DropFaceNormalsProcess::~DropFaceNormalsProcess |
( |
| ) |
|
◆ Execute()
void DropFaceNormalsProcess::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 DropFaceNormalsProcess::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: