I am working on a plugin for softimage to export the 3d model. I need to export the triangles in a mesh in a triangle strip, but how can I do that? I can get all the triangles, but that is a triangle list, not strip
You just have to strip it yourself...
here's a link to a basic implementation:
http://www.plunk.org/~grantham/public/actc/index.html