Prev: Getters on OOP
Next: how to fseek in the diary file
From: Itzik on 13 Jun 2010 00:20 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 13 Jun 2010 08:04 "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 13 Jun 2010 08:19 "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
|
Pages: 1 Prev: Getters on OOP Next: how to fseek in the diary file |