Click or drag to resize

GlobeOverlaySettingsPreloadTerrainAndImagery Property

Gets or sets whether terrain and imagery are preloaded. When set to true, terrain and imagery are preloaded to get the best visual quality; when set to false, they are not preloaded. For example, the correct resolution globe may not fully load until you stop moving the cursor, but you will be able to move more smoothly around the 3D graphics window.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool PreloadTerrainAndImagery { get; set; }

Property Value

Type: Boolean
See Also