XSI to .MESH Conversion Source Code Released
Hi guys,
Super busy on new stuff but I've had a few requests for this so here it is. Attached is the source for the XSI-.MESH conversion. Many of the #included files come from the XSI SDK which is included in the XSI ModTool. There are also a few simple classes used from the rest of our engine (like Iron::Vector3 and Iron::Mesh::Vertex) but those are very simple and you should be able to reproduce their behavior regardless. You will need them in your own engine anyhow so it won't be wasted time.
http://www.ironcladgames.com/ConvertXSI.cpp
Enjoy!
Blair