GlobeOverlaySettings#
- class ansys.stk.core.graphics.GlobeOverlaySettings#
Settings used by globe overlay objects. These setting affect all scenes.
Overview#
Get or set the size of the terrain cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered. |
|
Get or set the size of the imagery cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered. |
|
Get or set 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⦠|
Import detail#
from ansys.stk.core.graphics import GlobeOverlaySettings
Property detail#
- property GlobeOverlaySettings.terrain_cache_size: int#
Get or set the size of the terrain cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered.