navigation mesh

View: New views
2 Messages — Rating Filter:   Alert me  

navigation mesh

by Hossein Mohtasham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to use the Navigation system in Mangalore, but I keep
getting a load-time error (see below). I think something is wrong with
the meshes that I provide as navigation mesh. Is there anything
special about the expected navigation meshes? Here is the error:

***Nebula Assertion
expression: this->nodes[i].neighbors.Size() > 0
file: ...\mangalore\navigation\map.cc
line: 263

I appreciate any help.

Thanks

--Hossein

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

*** 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

Re: navigation mesh

by Ghoust :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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