gwnavgeneration/navmesh/dynamicnavcellbuilder.h Source File
Go to the documentation of this file.
15 class GeneratorSystem;
17 class BoundaryPolygon;
19 class NavCellHeightField;
22 class DynamicNavCellBuilder
26 DynamicNavCellBuilder(GeneratorSystem* sys,
const CellDesc& celldesc) : m_sys(sys), m_cellDesc(celldesc) {}
28 KyResult BuildNavCellFromBoundaryPolygons(
29 const BoundaryGraph& inputGraph,
31 const KyArrayTLS_POD<KyUInt32>&connexIdxToNavTagIdx,
32 const KyArrayTLS_POD<const NavTag*>& navtagArray,
33 NavCellHeightField* heightField);
36 GeneratorSystem* m_sys;
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17