Convert all Polygons to Triangles in 3D Model
Contents
[
Hide
]
Aspose.3D for Java API has support of converting all polygons to triangles in any supported 3D document.
Convert all Polygons to Triangles
We have added another overload of triangulate method in the PolygonModifier
class which takes a Scene
class object as a parameter as shown in this code example: