« Return to Thread: navigation mesh

Re: navigation mesh

by Ghoust :: Rate this Message:

Reply to Author | View in Thread

Hi,

navigation meshes need edge information which normally is not created.
if you are using the community version you can create it with the meshtool

     @par -edge
       generate edges

if you are using the radonlabs sdk you must activate this option in your
code. the meshbuilder brings all necessary basics, you only need to
expose the function in the meshtool (have a look at the community code
nmeshtool.cc)

Regards
  Tom

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

*** NOTE: To reply to the list use "reply to all",  ***
***       to reply direct to the sender use "reply" ***
_______________________________________________
Nebuladevice-discuss mailing list
Nebuladevice-discuss@...
https://lists.sourceforge.net/lists/listinfo/nebuladevice-discuss

 « Return to Thread: navigation mesh