View Single Post
  #3  
Old 01-16-2014, 06:04 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default

Thanks for the clarification.

The culling is working fine, and is not related to what I was seeing.
But anything unexpected becomes suspect.

That particular problem was due to pathing going underground after
the last node was reached. Nothing to do with path nodes. FindBestZ
"corrected" the destination Z to deep underground. I changed the code
to use FindClosestZ, and the pathing was correct.

I'm not ready to recommend that change in general. I need to study a variety of scenarios before I'm confident that I understand what is happening.
Reply With Quote