xtreme newbie!

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
Guest

xtreme newbie!

Post by Guest »

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
ms_woos
Posts: 6
Joined: Fri Nov 25, 2005 12:20 pm

Post by ms_woos »

...so much of a newbie infact i forgot to login before posting :oops:

Any help will be mucho appriciated :)
Thanks
independentCreations
Posts: 24
Joined: Fri Oct 28, 2005 10:05 am
Location: Gold Coast, QLD, Australia

Post by independentCreations »

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 :D
"do it, do it now"
ms_woos
Posts: 6
Joined: Fri Nov 25, 2005 12:20 pm

Post by ms_woos »

Ok thanks :)
Do you think it will be possible in C# or do i have to use C++ ?
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

There is a windows.net version. It even has it's on forum section. :)
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Post Reply