Page 1 of 2

Tutorial???

Posted: Sun Sep 05, 2004 4:21 pm
by RookieRoller
Is there any complete tutorial to irrlicht?

Posted: Sun Sep 05, 2004 4:31 pm
by bal

Posted: Sun Sep 05, 2004 4:37 pm
by rookieroller
I think irrlicht has more functions that there is how-tos.

Posted: Sun Sep 05, 2004 5:49 pm
by Guest
I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!

Posted: Sun Sep 05, 2004 6:58 pm
by bal
Anonymous wrote:I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!
Indeed. http://irrlicht.sourceforge.net/docu/index.html for all possible stuff with the standard Irrlicht. The Techdemo example source also shows some features.

Posted: Sun Sep 05, 2004 8:34 pm
by Peter Müller
rtfm!
Or do you need somebody to tell you every code line ? :evil:

Posted: Sun Sep 05, 2004 9:01 pm
by Black-Rainbow
Sorry Peter,
but I don't think that had been the right answer to RookieRoller's question.

The basics are in the docu of course, but the user stuff is not much.

And look at the forum's name "Beginners Help".
Rtfm is not a help for a newbie.

Posted: Sun Sep 05, 2004 10:12 pm
by Robomaniac
rtfm worked 90% of the time for me :)

Posted: Sun Sep 05, 2004 11:18 pm
by Peter Müller
Black-Rainbow wrote:Sorry Peter,
but I don't think that had been the right answer to RookieRoller's question.

The basics are in the docu of course, but the user stuff is not much.

And look at the forum's name "Beginners Help".
Rtfm is not a help for a newbie.
rtfm helped me, too *g*
Which user stuff do you mean?

Posted: Mon Sep 06, 2004 2:32 am
by nitroman
I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!
http://irrlicht.sourceforge.net/tut002.html

Posted: Mon Sep 06, 2004 5:16 am
by Guest
Whats wrong whit this code:

IrrlichtDevice *device =
createDevice(video::EDT_DIRECTX8,
core::dimension2d<s32>(640, 480), 16);

Whe i run the program i get windows "error report" window and the program crashes. Ive also tried EDT_DIRCETX9 but even that dont work. I have DIRCETX correctly installed. Ive changed the EDT_DIRECTX8 to EDT_OPENGL or EDT_SOFTWARE and that works. But how to get DIRECTX work?

Posted: Mon Sep 06, 2004 5:55 am
by Robomaniac
Your using Dev C++ which doesn't have DirectX Support

Posted: Mon Sep 06, 2004 8:54 am
by Saguman
Anonymous wrote:But how to get DIRECTX work?
=> http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1700

Posted: Mon Sep 06, 2004 3:28 pm
by Black-Rainbow
Do you know the "3D Game Studio"? http://www.gamestudio.de

There are muh more Tutorials and a Community that is very nice to Newbies.

The manual is my tutorial too, but I wish there would be user created Tutorials. Is it now clear?

Posted: Mon Sep 06, 2004 4:07 pm
by Oz
These guys made a DLL to use IrrLicht with GameMaker
http://home.tiscalinet.de/xception/

Here you can find 3rd party projects some are open source. Is that what you mean? Opensource 3rd party projects?
http://irrlicht.sourceforge.net/links.html