Search found 10 matches
- Mon Jun 26, 2006 9:19 am
- Forum: Beginners Help
- Topic: fatal error C1083: Cannot open include file: 'irrlicht.h':
- Replies: 4
- Views: 400
- Sun Jun 25, 2006 6:47 pm
- Forum: Beginners Help
- Topic: need help starting
- Replies: 14
- Views: 2012
- Sun Jun 25, 2006 2:09 pm
- Forum: Beginners Help
- Topic: MMORPG walking/path finding for terrains
- Replies: 14
- Views: 2027
Maybe have a look at this pages:
http://www.policyalmanac.org/games/aStarTutorial.htm
http://irrlicht.sourceforge.net/phpBB2/ ... athfinding
http://www.policyalmanac.org/games/aStarTutorial.htm
http://irrlicht.sourceforge.net/phpBB2/ ... athfinding
- Sat Jun 24, 2006 3:58 pm
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
- Sat Jun 24, 2006 12:10 pm
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
- Sat Jun 24, 2006 8:58 am
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
- Sat Jun 24, 2006 8:50 am
- Forum: Beginners Help
- Topic: FPS Camera don't stop !!!
- Replies: 5
- Views: 481
Code: Select all
camera->setInputReceiverEnabled(false); The event receiver gets alls inputs, not only from the mouse.
- Sat Jun 24, 2006 8:17 am
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
- Fri Jun 23, 2006 11:29 pm
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
- Fri Jun 23, 2006 6:40 pm
- Forum: Beginners Help
- Topic: Basic thoughts about a tile based map used with Irrlicht
- Replies: 34
- Views: 5771
Basic thoughts about a tile based map used with Irrlicht
Hi there,
first of all: I'm a big noob in creating computer games. But fortunately C++ is no problem for me. And I've read the DX9 gam programming book from David Scherfgen, maybe somone knows it.
To get into gameprogramming, i want to make a primitive rts game - a C&C:red alert1 clone or so. That ...
first of all: I'm a big noob in creating computer games. But fortunately C++ is no problem for me. And I've read the DX9 gam programming book from David Scherfgen, maybe somone knows it.
To get into gameprogramming, i want to make a primitive rts game - a C&C:red alert1 clone or so. That ...