consider aiProcess_FlipWindingOrder in aiProcess_GenNormals & aiProcess_GenSmoothNormals

This commit is contained in:
Garux
2021-04-29 19:57:57 +03:00
parent 96d0524fab
commit 3717e66fae
4 changed files with 8 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ private:
/** Configuration option: maximum smoothing angle, in radians*/
ai_real configMaxAngle;
mutable bool force_ = false;
mutable bool flippedWindingOrder_ = false;
};
} // end of namespace Assimp