#include <NavGenProjGeometry.h>
An instance of this class is used to represent each input geometry file in a NavGenProj.
You should not need to interact with the methods of this class directly. Use NavGenProj::AddObjFilePath() to add a new input geometry file to the NavGenProj.
Public Attributes | |
std::vector< NavGenProjTerrainTypeMaterial > | m_terrainTypeMaterials |
std::vector<NavGenProjTerrainTypeMaterial> Kaim::NavGenProjGeometry::m_terrainTypeMaterials |
Stores the list of materials. Do not modify directly. Use AddTerrainTypeMaterial().