-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate navmesh\roadmap\guidancefield #140
Comments
Answers to your question:
Sorry, this is all by hand. :-/ |
Thank you for your answers 👍 |
Hi, |
Sorry for the slow delay. I was on vacation with my family. I've now tackled your problem. The solution is in this PR: curds01/MengeUtils#5. Essentially, it's doing more analysis on the input file and tries to give helpful feedback on the properties of the input mesh that are causing problems. In the case of your file:
You can try exercising the PR directly. Or you can wait a bit and I'll merge it into master. I like taking a bit of time between "fixing" a problem and merging the solution so I can look at it with fresh eyes. Alternatively, if you'd like to look at it and review it for me, that'd be great too. |
Ooops -- the PR has moved to curds01/MengeUtils#6. |
Thanks you so much! Besides, I am also trying to use However, it seems that the
Could this be the problem of the version of |
oh, the function VectorField.gridChanged() has been override. The problem solved after commenting the second declaration of this function. |
Hi!
I have read the documentation and read the relative issues, but still confused how to generate navmesh file or guidancefiled. For roadmap, I know that we can draw by hand using the Python utilitiy provided.
From this comment, I realized that the navigation mesh should be drawn by hand in a 3D modeling tool and then be translated to .nav file using the objToNavMesh.py, correct me if I'm wrong :(. If this is the case, could you please recommend me a good 3D modeling tool to use to draw a navigation mesh, Blender?
How can we generate a guidancefield? I notice that there is a file named fieldM.txt. what's the workflow to generate such file?
For roadmap, we can generate it using the Python tool roapmapBuilder.py, is there any other option?
Thank you so much.
The text was updated successfully, but these errors were encountered: