STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsPixelSizeDisplayCondition Interface

Description

Defines an inclusive interval, in pixels, that determines when an object, such as a primitive, is rendered based on the number of pixels the object's bounding sphere (or in the case of screen overlays, bounding rectangle) covers on the screen. This is commonly used to implement level of detail algorithms that take into account the field of view.

Public Properties

Public Property MaximumPixelSizeGets or sets the maximum pixel size of the inclusive distance interval. Use Int32.MaxValue to ignore checking the maximum distance.
Public Property MinimumPixelSizeGets or sets the minimum pixel size of the inclusive distance interval.

Interfaces

Implemented Interface
IAgStkGraphicsDisplayCondition

CoClasses that Implement IAgStkGraphicsPixelSizeDisplayCondition

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.