18 #include "gwnavgeneration.h"
22 #include "boost/shared_ptr.hpp"
35 typedef std::list<boost::shared_ptr<Kaim::ClientInputTagVolume> >
TagVolumeList;
36 typedef std::vector<boost::shared_ptr<Kaim::DynamicNavTag> >
NavTagVector;
57 virtual boost::shared_ptr<Kaim::DynamicNavTag>
getNavTagData(
unsigned navTagIndex,
63 const Kaim::GeneratorSector& sector,
64 Kaim::ClientInputConsumer& inputConsumer);
71 const std::vector<Kaim::Vec3f>& triPoints,
72 std::vector<std::vector<Kaim::Vec3f> >& outputTris)
const;
Definition: navGeneration.h:84
Defines settings for navData generation, to allow navData to be generated differently for different t...
Definition: rwNavigationProfile.h:25
DtTerrainInterface allows access to common terrain calls without having to know the terrain implement...
Definition: terrainInterface.h:100
const unsigned int DtMinGeneratedNavTagId
Definition: navDataTag.h:73