[vtkusers] starting Help

David Doria daviddoria at gmail.com
Wed Sep 29 12:59:49 EDT 2010


On Wed, Sep 29, 2010 at 12:57 PM, Hugo Valdebenito <hugo at maptek.cl> wrote:

> Hi David
>
> Thanks for you reply, I'm trying to make a 3D triangulation using a surface
> function (depend of X and Y) using a regular mesh for x and y, my idea is to
> generate big amount of points (or triangles) and generate a triangulation.
> I'm comparing VTK with Open Inventor engine.
>
> Hugo
>
>
This may be what you're looking for:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/TriangulateTerrainMap

vtkDelaunay2D projects the points on to the XY plane before performing the
triangulation, so you can give it your points (which are a function of x and
y) and it will produce a nice result.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100929/807fe697/attachment.htm>


More information about the vtkusers mailing list