#include <soarxterrainrenderer.h>

Static Public Attributes | |
| static const SoarXCacheResourceName | VERTEX_DATA |
| Identifier for cached preprocessed vertex data. | |
| static const SoarXCacheResourceName | DETAIL_VERTEX_NOISE |
| Identifier for cached preprocessed noise data for dynamically adding noise to terrain vertex data. | |
| static const SoarXCacheResourceName | DETAIL_GRADIENT_TEXTURE |
| Identifier for the cached preprocessed detail gradient texture used to add more detail to the terrain texturing. | |
| static const SoarXCacheResourceName | DETAIL_SCALE_MAP |
| Identifier for the cached preprocessed detail scale map used when adding more texture detail to the terrain. | |
| static const SoarXCacheResourceName | BASE_GRADIENT_TEXTURE |
| Identifier for the cached preprocessed gradient map generated on a per tile basis. | |
Protected Member Functions | |
| SoarXCacheResourceName (const std::string &name) | |
| dtTerrain::SoarXCacheResourceName::SoarXCacheResourceName | ( | const std::string & | name | ) | [inline, protected] |
Identifier for cached preprocessed vertex data.
Identifier for cached preprocessed noise data for dynamically adding noise to terrain vertex data.
Identifier for the cached preprocessed detail gradient texture used to add more detail to the terrain texturing.
Identifier for the cached preprocessed detail scale map used when adding more texture detail to the terrain.
Identifier for the cached preprocessed gradient map generated on a per tile basis.