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
beginner question
-
- Posts: 8
- Joined: Sat Aug 26, 2006 6:05 pm
- Location: Germany
- Contact:
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.
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.
The World is OpenSource if you have an IrrLicht that leads you...