Search found 1 match
- Thu Aug 29, 2024 7:18 am
- Forum: DG Kernel discussions
- Topic: Mesh simplification
- Replies: 2
- Views: 4595
Mesh simplification
Hi, there. I am working on a project of processing stl data. I have a problem: In order to show a stl surface rapidly, I need to decrease the number of triangles in the mesh. For example, I have a STL file which contains 2000 triangles, but I only want 1000 triangles. How can I make the mesh smaller...