Hi new here.
I am trying to build a recast graph on 2 different layers of meshes (for e.g. road and off road). What is the best way to set different penalties for the layers? (I want all meshes on the off road layer to have a larger penalty)
Tried using graph update scene but it requires me to specify a bounding polygon which sets all nodes (be it road or off road meshes) to a different penalty. I only want nodes on the off road mesh have a different penalty. Thanks in advance.