Hi,
I have to create a virtual walkthrough of an area for a uni project...i have to be able to move through the scene controlled by the keyboard and possibly want to add some audio guidance. I wanted to do this using C#....im not very familiar with C++ at all and i need to get the bulk of it done by Jan. Was just wondering if anyone has any advice how to start off because likei said i am very much a newbie to this
Thanks
xtreme newbie!
-
- Posts: 24
- Joined: Fri Oct 28, 2005 10:05 am
- Location: Gold Coast, QLD, Australia
Sounds relatively easy
If you use irrlichts built in FPS Camera, it means you dont even have to code the movement.
Irrlicht cant do audio, so you have to use your won code or an audio engine for that. Like Open Al or Audio Here.
Once you have the media, models etc. The code implementation is relatively easy and the quake3 map import tutorial will be good help.
Hardest thin i reckon is the audio guidance, like events when entering a certain area. Good luck with it, i think you will find it easier than you excpected. I did
If you use irrlichts built in FPS Camera, it means you dont even have to code the movement.
Irrlicht cant do audio, so you have to use your won code or an audio engine for that. Like Open Al or Audio Here.
Once you have the media, models etc. The code implementation is relatively easy and the quake3 map import tutorial will be good help.
Hardest thin i reckon is the audio guidance, like events when entering a certain area. Good luck with it, i think you will find it easier than you excpected. I did
"do it, do it now"