tags:

views:

290

answers:

3

Hi,

I am looking for a C++ library to triangulate and simplify 3D mesh. My 3D meshes are potentially huge (around 3 millions vertices). It should ideally be open source. Any idea?

Best regards. K.

+1  A: 

A high quality package by Prof. Jonathan Shewchuk

Yin Zhu
Well, I don't think you can do 3D mesh simplification with this library, do you?
Korchkidu
A: 

Maybe this will be helpful.

mosg
Well, I am more interested in manipulating 3D mesh, not displaying them unfortunately.
Korchkidu
A: 

Hi,

Here are some libraries I found:

1) CGAL

++ Does a lot of things;

-- Licensing issues;

2) GTS

++ Open source and quite easy to use;

-- Does less that CGAL

anymore ideas?

Regards.

Korchkidu