|
openscenegraph
|
Classes | |
| class | DisplacementMappingTechnique |
| class | SharedGeometry |
| class | GeometryPool |
| class | HeightFieldDrawable |
| class | GeometryTechnique |
| class | Layer |
| class | ImageLayer |
| class | ContourLayer |
| class | HeightFieldLayer |
| class | ProxyLayer |
| class | CompositeLayer |
| class | SwitchLayer |
| class | Locator |
| class | Terrain |
| class | TerrainNeighbours |
| class | TerrainTechnique |
| class | TileID |
| class | TerrainTile |
| class | WhiteListTileLoadedCallback |
| struct | ValidDataOperator |
| struct | ValidRange |
| struct | NoDataValue |
Functions | |
| OSGTERRAIN_EXPORT const osgTerrain::Locator * | computeMasterLocator (const osgTerrain::TerrainTile *tile) |
| OSGTERRAIN_EXPORT void | extractSetNameAndFileName (const std::string &compoundstring, std::string &setname, std::string &filename) |
| OSGTERRAIN_EXPORT std::string | createCompoundSetNameAndFileName (const std::string &setname, const std::string &filename) |
The osgTerrain library is a NodeKit that provides geospecifc terrain rendering support.
|
extern |
References OSGTERRAIN_EXPORT.
|
extern |
Create a compound string in the form set:setname:filename, or just filename if setname is "".
References OSGTERRAIN_EXPORT.
Referenced by osgTerrain::Layer::getCompoundName().
|
extern |
Extact the setname and filename from a compound string in the from set:setname:filename". Returns a setname of "" when non set:setname: entry is present.
References OSGTERRAIN_EXPORT.