Skip to content
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

navmesh gets stuck here #34

Open
K0shachiyamyatA opened this issue Jul 21, 2024 · 3 comments
Open

navmesh gets stuck here #34

K0shachiyamyatA opened this issue Jul 21, 2024 · 3 comments

Comments

@K0shachiyamyatA
Copy link

ffxiv_dx11_RVJOX4n2yU
ffxiv_dx11_PoNHwwD59u

@K0shachiyamyatA
Copy link
Author

and here
ffxiv_dx11_DJqKQkGofY
ffxiv_dx11_GJpm98Ufun

@username4447
Copy link

image
here too, from node 1 to this node on this spot

@huan16
Copy link

huan16 commented Jan 19, 2025

I have encountered same problems and had a look at the parameters of vnavmesh. Here are some points to avoid getting stuck by some small obstacles. Find the vnavmesh custom page and modify the following parameters:

  • Agent: Height: This parameter defines the height of your character. I adjusted this value to 3.0.
  • Agent: Radius: This parameter defined the radius of your character, since vnav takes your character as a circule when it tries to analyze the path. I adjusted this value to 1.0.
  • Agent: Max Climb: I changed it to 0.2.
  • Agent: Max Slope: I changed it to 30.0.
  • Rasterization: Cell Size and Rsterization: Cell Height: These two parameter seem to deal with the precision of the scene modeling. I changed both to 0.5.

After the above modifications, reconstruct the scene, and you will find vnav has a much less possibility of being stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants