SceneViewWidget
Description
- Derived from
-
DefaultControlsWidget abstract
Full source code is included in the Tinman 3D SDK download. |
A GUI widget that run a SceneView.
Public / Methods
SceneCreate
Discards the current scene view (see Scene), creates an own scene object based on the given options in and finally creates and sets a new scene view.
- ValidatingException
-
If the given options in are invalid.
- GeorefException
-
If the provided geo-referencing information is incomplete, see SceneOptions.CreateScene.
- IOException
-
If an I/O error has occurred.
- RenderException
-
If a graphics subsystem error has occurred.
SceneSet
Sets the current scene view (see Scene).
- RenderException
-
If a graphics subsystem error has occurred.