Opengl Triangle Strip Concatenation?

Started by
-1 comments, last by PrestoChung 13 years, 11 months ago
I've seen the concatenation article on here but it seems to only apply to directX. Is there a way to concatenate opengl triangle strips? I was trying to draw a square height map with just 1 strip, instead of multiple linear strips, by drawing in either a zig-zag or spiral pattern. but i have realised that because of the vertex order, it does not appear possible to turn corners with a triangle strip without some folding occurring, even if I was to flip the culling from back to front each turn, some parts would overlap.

This topic is closed to new replies.

Advertisement