![]() |
![]() |
![]() |
![]() |
GISGeneratePlanet
Synopsis
GISGeneratePlanet generates a sphere for use as a background "planet" for spherical projections.
Input Port
The radius (in user-defined units) of the spherical projection. The default value is 6378000.
Parameters
Output Port
Description
The spherical transforms in AVS/Express' GIS modules will produce geospatial mappings without hidden line removal. While useful for some applications, others may wish to place a spherical object at the center of the projection to hide objects in the distance.
GISGeneratePlanet produces a simple sphere of radius (Earth_Radius * 0.99)._The reason for reducing the radius size by 1% is to allow easy viewing of 2D objects and textures mapped directly onto a sphere at radius Earth_Radius. Without the 1% reduction, both the user-mapped object and the surface of the generated sphere would compete for the z_coordinate.
Input
Parameters
This toggle turns the sphere on (rendered to a stated color) or off (rendered to a background color).
Output Port
This DefaultObject contains the geometry of the sphere to be used as the "planet." This port would normally be wired directly up to the viewer port.
Example
Examples.Visualization.GISMapDisplay
File
![]() |
![]() |
![]() |
![]() |