Triangle Strips

Will Schroeder will.schroeder at kitware.com
Fri Dec 17 11:14:24 EST 1999


Hi Nils-

First three points define a triangle (p0,p1,p2), then each additional point p3 defines a triangle by using (p1,p2,p3) and so on.

Will

At 05:00 PM 12/17/99 +0100, Nils Holger Busch wrote:
>Hello,
>
>can anyone enlighten me how the cell and point structure of a
>vtkPolyData triangle strip as output from vtkStripper actually looks
>like? I found the description in the book  a little terse.
>
>Specifically, I need to transform the vtk triangle strips into
>OpenInventor triangle strips (either SoTriangleStripSet or
>SoIndexedTriangleStripSet, depending on the vtk format). Has anyone done
>this and is willing to share his code.
>
>I have tried transforming the vtk triangle strips into a
>SoTriangleStripSet, but the output has the wrong toplogy ( jagged
>triangles connecting separate triangle strips ).
>
>Thanks.
>
>--
>Best regards,
>                                          Nils H. Busch
>
>______________________________________________________
>
>     Max-Planck-Institute of Cognitive Neuroscience
>     Phone:                     ++49 (341) 9940-234
>     Fax:                       ++49 (341) 9940-221
>     E-Mail:                       nilsb at cns.mpg.de
>______________________________________________________
>
>
>
>
>
>-----------------------------------------------------------------------------
>This is the private VTK discussion list.  Please keep messages on-topic.
>Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
>To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
><majordomo at gsao.med.ge.com>.  For help, send message body containing
>"info vtkusers" to the same address.     Live long and prosper.
>-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------




More information about the vtkusers mailing list