void tvBaseInitView (tvBase * threeD, TsGeoPyramid const *geo)

Initializes internal viewing parameters and draws an initial view

Documentation

Initializes internal viewing parameters and draws an initial view. If a user-registered initial view has been set in the rendering state, that view is used. Otherwise, a default view from the corner of the given geoset is used. If the render-state is in 2D-constrain mode, an overhead view is constructed, positioned over the center of the geoset.
Returns:
void
Parameters:
threeD - handle to rendering state
geo - reference geoset
See Also:
TsGeoPyramid


Back to TerraVision API Home Page