Refactoring: Code cleanup post-processing.

This commit is contained in:
Kim Kulling
2023-03-14 23:39:36 +01:00
parent 59d9711928
commit c537bd78d0
2 changed files with 2 additions and 4 deletions

View File

@@ -86,7 +86,6 @@ public:
}
protected:
// -------------------------------------------------------------------
/** Calculates tangents and bitangents for a specific mesh.
* @param pMesh The mesh to process.
@@ -98,10 +97,9 @@ protected:
/** Executes the post processing step on the given imported data.
* @param pScene The imported data to work at.
*/
void Execute( aiScene* pScene);
void Execute( aiScene* pScene) override;
private:
/** Configuration option: maximum smoothing angle, in radians*/
float configMaxAngle;
unsigned int configSourceUV;