Hi there:
I'm currently drawing primitive objects in GL (sphere, torus,
cone, cylinder) but I find that the drawing times are a little on the
slow side especially when textures are applied. Currently the objects are
being drawn with polygon mesh strips except the torus which is drawn with
simple polygons.
Does anyone have any suggested methods for drawing fast
primitives? I'd really appreciate any suggestions in this area...
Thanks, Rob.