Re: [osg-users] DelaunayTriangulator and multiple drawables

2009-04-17 Thread Steve Gifford
I was doing something different with the triangulator, but noticed similar problems. I ended up using GTS. If you're doing anything more than a handful of points, it's isn't really built for that. -Steve Gifford On Fri, Apr 17, 2009 at 8:18 AM, Martin Beckett wrote: > I am playing with the Del

[osg-users] DelaunayTriangulator and multiple drawables

2009-04-17 Thread Martin Beckett
I am playing with the DelaunayTriangulator trying to mesh a surface. The advice on writing the file reader was to split the points into blocks of 10,000 and generate multiple drawables in each geometry. Now when I come to triangulate it each block of points is going to mesh individually. The tri