Export to 3D format

Hi,

I want to write an exporter to some well known 3D format.
I’ve read a 3d-model from my own format, and now I want to export it to another format.
Anyone know where to find any information or tutorials about this?

//Regards, Ninja

This is not an Opengl question, nor is it advanced…

Try Google and your development environments documentation on writing to files.

Visit http://www.wotsit.org ,where you’ll find informations and docs on almost every Fileformat that exists.
In your case, I would export to the well documented and easy to use ASE (ASCII Scene Export)-fileformat that can be imported by almost every 3D-modeller out there.

Ok thanks Panzer.