Total Noob, some quick questions

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
toddhd
Posts: 3
Joined: Sat Mar 11, 2006 3:01 am
Location: Downingtown, PA
Contact:

Total Noob, some quick questions

Post by toddhd »

Hi guys,
I'm totally new to Irrlicht - we're talking all of maybe 30 minutes. I am a .NEt programmer, so I am working with VB.NET and C# environments here, VS.NET IDE.

Anyway, the "Hello World" example leaves some things kind of unclear. For example, I can clearly use the mouse and some directional controls, but that code isn't listed. I assume it's "built in". How do I add my own functionality. And is there a built in key to exit the program? I can't find it.

I see the word "Node" used a lot, but I can't find an explanation of what a node is in the Irrlicht paradigm. It seems to be an object, whether that be some architecture, or a mesh. Is that so? Is there a good tutorial on the basics of what comprises an Irrlicht world?

Are there any good sources of tutorials aside from the ones on the Irrlicht site?

Thanks
-Todd Davis
http://www.SeaburyDesign.com

"Windows has detected that your mouse has moved. Please reboot for the changes to take effect."
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

For the directional controls and so forth, move on to the other tutorials.
They cover quite a bit.
Searching the forums will answer exit question.

Yes, a node is an object of sorts. You attach a mesh (3-d model) to a node, then manipulate the node (for collision, rotating your model, etc.)

Besides the tutorials that come with Irrlicht, check the wiki.
Join us in the Irrlicht chatroom:
[url]irc://irc.freenode.net/irrlicht[/url]

I love deadlines. I like the whooshing sound they make as they fly by. -D.Adams
Guest

Post by Guest »

Searching the forums will answer exit question.
Well, not really. I could not find a proper example how to exit the running program.
The Irrlicht Wiki is dead at the moment, i only get database errors...
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

less than a minute to find this:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3893

you should first learn hoe to use a search function !!! :evil:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply