Click or drag to resize

DistanceDisplayCondition Constructor

Overload List
  NameDescription
Public methodDistanceDisplayCondition
Initializes a default distance display condition. MinimumDistance is set to 0 and MaximumDistance is set to Double.MaxValue. With this interval, an object is always rendered regardless of its distance to the camera.
Public methodDistanceDisplayCondition(Double, Double)
Initializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the distance, in meters, from the camera to the object is within the interval.
Top
See Also