Hi dear community,
I need your wise advice:
I am developing a project using VSCode and maven repositiories. Current Jme3 version is 3.0.10.
Now project came to a point where AI Pathfinding is needed. So I tried to use Recast.
There are two threds explaining it:
-
https://jmonkeyengine.github.io/wiki/jme3/advanced/recast.html
Problems:
class RecastBulder (org.recast4j.recast.RecastBuilder;) has no methods described in the post:
calculateMinBounds
calculateMaxBounds
calculateGridWidth
etc.
Is it that the code examples are outdated or am I doing something wrong?
Does anyone has better explanation or simple working examples? -
Navmesh cell size
Here in the code example InputGeom class is mentioned, which does not exist anymore
Could you please help, just very basic working example would be enough…