Page 1 of 1

beginner question

Posted: Thu Sep 28, 2006 5:37 pm
by jimowns
i've a little problem .
can someone explaine me how i need to use irredit and dev-c++ .
maybe this is a stupit question but i realy dont know how i makeing a 3D project .


jim

Posted: Thu Sep 28, 2006 6:00 pm
by silentpolygon
Well, IrrEdit is a Map-Editor with many other functionalities. This is the Program you need to make Maps, or in a way your Levels, to fit all your models in the correct position and tell the engine where the Player starts, where the foes are, etc. (UT2003/2004) has also a good LevelEditor(What a shame it is useless for Irrlicht).

DevC++ is a IDE (Development Environment) for editing and with a compiler like gcc, compilig the code. There are many IDEs out there. I´m using Code::Blocks but DevC++ will be fine.

I hope I helped you.

BTW
See the tutorials within Irrlicht. I also work with them and they are helping very well.

Posted: Thu Sep 28, 2006 6:33 pm
by jimowns
thx :)