Hi all,
Was there ever a follow-up to this? I would also like to get a triangulation of a solid all at once, and then a list of triangle strips (or some other compact representation), rather than having to iterate over the faces of shape and getting individual meshes. There is a certain amount of redundancy in the later approach, and a list of individual triangles uses more memory than is necessary (as opposed to a more compact data structure).
Thanks!