GL_TRIANGLE_STRIPS

Hello all…
I would like to know how to use GL_TRIANGLE_STRIPS to build an object (I only have the height of the object); where can I find some documentation/theory on using GL_TRIANGLE_STRIPS?

Thank you,
-TS…

http://fly.cc.fer.hr/~unreal/theredbook/chapter02.html

Skip to about mid page for the vertex ordering scheme. You can change the direction, but then you need to change the cull face if culling.