Hi!
Is there any way to remove or move a node from a recast graph so that it wont be included in a GetContours
call?
I am using the Automatic node link placer which makes use of the GetContours method to find the edges for the links.
After generating the graph (but before running the link placer) I am checking nodes and marking some nodes as “invalid”. I’ve tried setting Walkable
to false
, but it doesn’t affect whether they are included in the contours. Directly changing node.position
doesn’t seem to do anything.