[vtkusers] new vtkGLUTesselatorFilter

Malcolm Drummond malcolm at geovision.co.za
Fri Feb 7 07:31:46 EST 2003


Hi

I've rewritten the wrapper class to the glu tesselator. As I've made some substantial changes I thought it best to rename it (now vtkGLUTesselatorFilter). It exploits the functionality of later versions of the GLU - all tesselator properties can now be set (Tolerance, WindingRule and BoundaryOnly) - so it's now possible to obtain unions, intersections etc. either as unfilled boundaries or as triangulations.

I'll expand the docs (non-existent at the moment) when the English part of my brain kicks in - for now it's best to consult the OpenGL programming guide to see what the tesselator is capable of. I've included some scripts to help get started.

Gurus, please add this code to the VTK library if it's of any use. 

Malcolm Drummond
GeoVision cc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tess_winding.tcl
Type: application/octet-stream
Size: 1285 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkGLUTesselatorFilter.cxx
Type: application/octet-stream
Size: 7425 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkGLUTesselatorFilter.h
Type: application/octet-stream
Size: 3286 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0002.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tess_poly.py
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tess_poly.tcl
Type: application/octet-stream
Size: 1465 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0003.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tess_star.py
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0001.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tess_star.tcl
Type: application/octet-stream
Size: 1175 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0004.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tess_winding.py
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030207/f1334880/attachment-0002.asc>


More information about the vtkusers mailing list