#include <map>#include <string>#include <queue>#include <list>#include <dtCore/physical.h>#include <dtUtil/enumeration.h>#include <dtTerrain/geocoordinates.h>#include <dtTerrain/pagedterraintilefactory.h>#include <dtTerrain/terrain_export.h>Namespaces | |
| namespace | dtTerrain |
Classes | |
| class | dtTerrain::TerrainException |
| This class enumerates the different exceptions that can be thrown by terrain instances. More... | |
| class | dtTerrain::Terrain |
| This is the base terrain class that provides most of the functionlity required for terrain rendering. More... | |
Functions | |
| bool | dtTerrain::SimpleLineOfSight (dtTerrain::Terrain *terrain, const osg::Vec3 &pointOne, const osg::Vec3 &pointTwo) |
| Trivial Line Of Sight calcuator. | |