Open
Description
The shape tesselator has an ExportShapeToX3DIndexedFaceSet() function:
But the function actual generates a TriangleSet, not an IndexedFaceSet.
The naming may be for historic reasons ?
It would be preferrable if the function actually would generate a IndexedFaceSet or an IndexedTriangleSet. By iterating over the triangles to get the vertex ids, and then iterating over locvertexcoord to get the coordinates for each id. This would more efficient. But perhaps there is another reason for using non-indexed geometry.
If so, renaming the function may be possible: