From: Itzik on
hello,
im looking for a MATLAB code that generates a polygon mesh and performs a subdivision surface algorithm on it.
anyone has a link? code? recomendation?
thanks...
From: us on
"Itzik " <sitzikbs(a)gmail.com> wrote in message <hv1m9k$9s9$1(a)fred.mathworks.com>...
> hello,
> im looking for a MATLAB code that generates a polygon mesh and performs a subdivision surface algorithm on it.
> anyone has a link? code? recomendation?
> thanks...

did you look in google or the file exchange(?)...

us
From: Bruno Luong on
"Itzik " <sitzikbs(a)gmail.com> wrote in message <hv1m9k$9s9$1(a)fred.mathworks.com>...
> hello,
> im looking for a MATLAB code that generates a polygon mesh and performs a subdivision surface algorithm on it.
> anyone has a link? code? recomendation?

There is very limited number of meshing code for Matlab. There is a nice a 2D meshing code in FEX, but I can't remember any good 3D and surface meshing tool.

I recommend to look at tool like CGAL http://www.cgal.org/, then link to your Matlab code with Mex gateway.

Bruno