Triangle strip anybody?

Started by EgonOlsen, December 05, 2010, 11:34:52 PM

Previous topic - Next topic

EgonOlsen

I'm looking for some mesh that has been build as one large triangle strip (in the way OpenGL thinks of triangle strips: http://en.wikipedia.org/wiki/Triangle_strip#OpenGL_implementation). There has to be such a thing somewhere, i just can't find anything...any ideas or maybe it's possible to create something like that in some editor? Any mesh will do as long as it has more than a dozen polygons.

fireside

#1
I could do a strip of quads in Blender and then triangulate, but would that be the same thing?  It looks like the vertex order is critical.  It might be something that could only be done programmatically.
click here->Fireside 7 Games<-

EgonOlsen

Yes, order is critical. I though that it might be possible to create something that matches these requirements in an editor...maybe not...