SceneGlobeOverlaySettings#
- class ansys.stk.core.graphics.SceneGlobeOverlaySettings#
Settings used by globe overlay objects. These settings only affect the scene.
Overview#
Get or set a value indicating whether or not imagery is anti-aliased. |
|
Get or set the pixel error for terrain meshes. This is the number of pixels that the rendered terrain is different from the actual terrain data. The default is 2.0 pixels. |
|
Get or set the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel. |
|
Get or set whether projected raster globe overlays will also project onto models. |
Import detail#
from ansys.stk.core.graphics import SceneGlobeOverlaySettings
Property detail#
- property SceneGlobeOverlaySettings.anti_alias_imagery: bool#
Get or set a value indicating whether or not imagery is anti-aliased.
- property SceneGlobeOverlaySettings.terrain_mesh_pixel_error: float#
Get or set the pixel error for terrain meshes. This is the number of pixels that the rendered terrain is different from the actual terrain data. The default is 2.0 pixels.