Quote Originally Posted by JSoftware View Post
My current plan is to make a top down arena shooter. In 3d. The asset are already somewhat finished, but now I just need a 3d model loader with animation support(and an exporter from some 3d program..)
I had made a ms3d model exporter plugin for DeleD if you are interested:
http://www.delgine.com/plugins/viewP...s&contentid=32

It was slightly buggy, but I have since loaded the source code up to a server, and I think someone else has improved it slightly (don't know if they have uploaded it though)

Here are the projects for DeleD and some of it's plugins, including my MS3D one:
http://sourceforge.net/projects/deled/
http://sourceforge.net/projects/deled-plugins/

PS. it looks like some of my MS3D code was updated 7 weeks ago...

there is a unit_MS3D.pas that you can use to load MS3D models into Delphi

I don't know how to get the actual animation going in Delphi, etc, you would have to look that up on some MS3D site...

cheers,
Paul