Overlay Management
CentralBodyGraphics allows efficient rendering and organization of terrain and imagery overlays. This includes out-of-core memory management for high resolution terrain and images, level of detail control, and hierarchal culling.
Both terrain and imagery overlays can be added to the central body in a single call by using the AddUriString method as shown below.
[C#] | ![]() |
---|---|
A TerrainOverlay is created and added to the central body.
Alternatively, overlays can be created with initializers, and then added to the central body as shown below.
[C#] | ![]() |
|
---|---|---|
|
When an overlay should no longer be rendered, remove the overlay from the central body.
[C#] | ![]() |
|
---|---|---|
|