文振宇
unread,Dec 19, 2022, 12:09:09 AM12/19/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to recastnavigation
Hi, i am currently building a navmesh, which includes water area type and land area type. They are distinguished by uv ordinates in obj file, such as, vt 1 0 represents water vertex, while vt 0 0 represents land vertex. As i discovered in the demo, a convex volume is needed to mark different area, but it seems too expensive to generate convex volumes for the entire input obj file. Should i use some other methods? Is there an example in the demo? Thank you in advance for your answer.