From cec006f74baf0cba881ebd8c831bad5e24976820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B6ber?= Date: Thu, 25 Jan 2018 14:56:37 +0100 Subject: [PATCH] Add note to aiProcess_FindDegenerates about AI_CONFIG_PP_FD_CHECKAREA --- include/assimp/postprocess.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/assimp/postprocess.h b/include/assimp/postprocess.h index 970df8e8a..d1263599b 100644 --- a/include/assimp/postprocess.h +++ b/include/assimp/postprocess.h @@ -360,6 +360,11 @@ enum aiPostProcessSteps * and line meshes from the scene. * * + * + * This step also removes very small triangles with a surface area smaller + * than 10^-6. If you rely on having these small triangles, or notice holes + * in your model, set the property #AI_CONFIG_PP_FD_CHECKAREA to + * false. * @note Degenerate polygons are not necessarily evil and that's why * they're not removed by default. There are several file formats which * don't support lines or points, and some exporters bypass the