Page 1 of 1

Just one question and I'm off...

Posted: Thu Jun 02, 2005 2:58 am
by Galaxy613
Just one question then I'm off programming with IRRLicht. How the HECK do I load a *.3ds?? :? I looked at the C# Helloworld example but it only has a static Animation mesh! I want to be able to move this! I also looked at IMesh but it looks like it doesn't have a position nor anything else either! Can someone help? :cry:

Posted: Thu Jun 02, 2005 4:07 am
by bitplane
animated 3ds are not supported, export to .x instead
see http://irrlicht.sourceforge.net/phpBB2/ ... php?t=5868

Posted: Thu Jun 02, 2005 2:28 pm
by Galaxy613
I don't want to load a animation *.3ds! I just want to load a static mesh that I can move, rotate, and scale! Is that so much to ask? :oops:

Posted: Thu Jun 02, 2005 3:21 pm
by Brinsky
you load it just as any other mesh file.

Posted: Thu Jun 02, 2005 3:25 pm
by Galaxy613
So I just load it as a animatied mesh even if it isn't without any bad effects? Thats good because I did just that!

Image

Now, to figure this Font stuff so I can print text to the screen.. :? Then after that find out how to detect key presses then I can make something!