Assimp
v4.1. (December 2018)
|
Implementation of the FindDegenerates post-process step. More...
Functions | |
static ai_real | calculateAreaOfTriangle (const aiFace &face, aiMesh *mesh) |
static ai_real | distance3D (const aiVector3D &vA, aiVector3D &vB) |
static ai_real | heron (ai_real a, ai_real b, ai_real c) |
static void | removeMesh (aiScene *pScene, unsigned const index) |
static void | updateSceneGraph (aiNode *pNode, unsigned const index) |
Implementation of the FindDegenerates post-process step.
|
static |
|
static |
|
static |