TerrainViewWidget
Description
- Derived from
-
DefaultControlsWidget abstract
ICameraSpeed
Full source code is included in the Tinman 3D SDK download. |
A GUI widget that runs a TerrainView.
Public / Methods
TerrainCreate
Discards the current terrain view (see Terrain) and creates own TerrainBuffer, TerrainMesh and TerrainView objects, based on the given options.
Elevation values of the given mesh heightmap (see MeshOptions.Heightmap) are interpreted as relative offsets to the ellipsoid surface.
- ValidatingException
-
If the given meshOptions in are invalid.
- GeorefException
-
If MeshOptions.Geometry is
null
and the given geo-reference is not suitable.
- RenderException
-
If a graphics subsystem error has occurred.
TerrainSet
Sets the current terrain view (see Terrain).
- RenderException
-
If a graphics subsystem error has occurred.