Import 3ds models as .bin or .txt

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Dr_Asik
Posts: 18
Joined: Wed Jun 02, 2010 2:15 am

Import 3ds models as .bin or .txt

Post by Dr_Asik »

I am trying to convert a game I wrote last year to Irrlicht. I used a custom 3ds loader that worked with 3ds models exported as .bin or .txt. I don't have the original .3ds models I used, so I'm stuck with the .bin and .txt versions.

I am wondering if it is possible to use these directly in Irrlicht or will I need to export them to another format first?

Thanks.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, you can use them, But you need to write your own lodel loaders for this.
Post Reply