closes https://github.com/assimp/assimp/issues/216: check the area of a triangle to check if its degenerated or not.

This commit is contained in:
Kim Kulling
2017-11-09 21:31:16 +01:00
parent 9a13bf236f
commit 30e06f7437
4 changed files with 68 additions and 45 deletions

View File

@@ -422,7 +422,6 @@ bool ReadScope(TokenList& output_tokens, const char* input, const char*& cursor,
return true;
}
}
// ------------------------------------------------------------------------------------------------