Screenshots:
http://code.google.com/p/irrcodes/downl ... enshot.png
http://code.google.com/p/irrcodes/downl ... h_only.png
Download:
http://code.google.com/p/irrcodes/downl ... recast.zip
Steps:
1.
Checkout the Recast Navigation Library:
svn checkout http://recastnavigation.googlecode.com/svn/trunk/ trunk
2.
Your have to change a few (#define) params to point to the proper directories, e.g.
makefile
========
Code: Select all
IRRLICHT_DIR = /home/smso/downloads/irrlicht/irrlicht-svn
RECAST_DIR = /home/smso/downloads/recastnavigation/trunk
========
Code: Select all
#define IRRLICHT_DIR "/home/smso/downloads/irrlicht/irrlicht-svn/"
#define MODEL_FILE "/home/smso/downloads/recastnavigation/trunk/RecastDemo/Bin/Meshes/dungeon.obj"
3.
Compile and run ./r
Regards,
smso