HeightMapManager Class Reference
#include <HeightMapManager.h>
Static Public Member Functions | |
| static void | cleanup () |
| static void | generateTileHeightMaps () |
| static void | setFilterProperties (float sigma, unsigned kernelSize) |
| static HeightMap * | getHeightMapOfTile (unsigned tileId) |
| static float | getHeightAtWorldPos (float worldX, float worldZ) |
Static Protected Attributes | |
| static std::map< unsigned, HeightMap * > | tileMap |
| static unsigned | filterKernelSize = 3 |
| static float | filterKernelSigma = 0.01f |
Member Function Documentation
| void HeightMapManager::cleanup | ( | ) | [static] |
| HeightMapManager::generateTileHeightMaps | ( | ) | [static] |
| float HeightMapManager::getHeightAtWorldPos | ( | float | worldX, | |
| float | worldZ | |||
| ) | [static] |
| HeightMap * HeightMapManager::getHeightMapOfTile | ( | unsigned | tileId | ) | [static] |
| void HeightMapManager::setFilterProperties | ( | float | sigma, | |
| unsigned | kernelSize | |||
| ) | [static] |
Member Data Documentation
float HeightMapManager::filterKernelSigma = 0.01f [static, protected] |
unsigned HeightMapManager::filterKernelSize = 3 [static, protected] |
OSG_USING_NAMESPACE std::map< unsigned, HeightMap * > HeightMapManager::tileMap [static, protected] |
The documentation for this class was generated from the following files:
- tools/libraries/HeightMap/HeightMapManager.h
- tools/libraries/HeightMap/HeightMapManager.cpp
- tutorials/MedievalTown/snippets/CodeFile3.cpp
Generated on Wed Oct 20 16:11:56 2010 for inVRs by
1.5.8