Files
assimp/code/AssetLib/X3D
Andre Schulz 9d71a275c3 X3D: Don't convert IndexedLineSet polylines with > 2 indices to triangles/polygons
Currently, when the coordIndex attribute of an IndexedLineSet contains a
polyline with > 2 indices, X3DGeoHelper::coordIdx_str2faces_arr() will
incorrectly determine the primitive type to be aiPrimitiveType_TRIANGLE or
aiPrimitiveType_POLYGON instead of aiPrimitiveType_LINE.

To fix this, this commit adds functions to explicitly handle an IndexedLineSet.

Fixes #3101
2024-01-09 20:55:51 +01:00
..
2021-11-10 20:37:27 +01:00
2021-11-10 20:37:27 +01:00
2021-11-10 20:37:27 +01:00
2021-11-10 20:37:27 +01:00
2021-11-10 20:37:27 +01:00
2021-11-10 20:37:27 +01:00
2023-01-16 09:12:35 +01:00