integrated DropFaceNormals process (cmake, poststepregistry)

This commit is contained in:
d
2018-10-29 16:26:50 +01:00
parent 95c0deaaff
commit 6d1dee606a
3 changed files with 6 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ corresponding preprocessor flag to selectively disable steps.
#ifndef ASSIMP_BUILD_NO_TRIANGULATE_PROCESS
# include "TriangulateProcess.h"
#endif
#ifndef ASSIMP_BUILD_NO_DROPFACENORMALS_PROCESS
# include "DropFaceNormalsProcess.h"
#endif
#ifndef ASSIMP_BUILD_NO_GENFACENORMALS_PROCESS
# include "GenFaceNormalsProcess.h"
#endif