Matenia 628 Posted January 11, 2018 Share Posted January 11, 2018 (edited) Hi @Droidz can you explain how PathFinder.ReportDangerArea and PathFinder.ReportBigDangerArea are different? From what I understand, ReportNormalArea reports it as safe again, so the pathfinder can once again use the path safely. But how are DangerArea and BigDangerArea different? You always enter a radius anyway. Both DangerAreas are considered when doing corpse runs (maybe unnecessary?). Edited January 11, 2018 by Matenia Link to comment https://wrobot.eu/forums/topic/8242-pathfinder-reportarea-explanation/ Share on other sites More sharing options...
Droidz 2738 Posted January 18, 2018 Share Posted January 18, 2018 Hello, The cost change (http://masagroup.github.io/recastdetour/classdtQueryFilter.html#details) m_filter->setAreaCost((int)PolyArea::POLYAREA_GROUND, 1.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_DANGER, 2.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_BIGDANGER, 15.0f); Link to comment https://wrobot.eu/forums/topic/8242-pathfinder-reportarea-explanation/#findComment-37984 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now