Click or drag to resize

ProjectionStream Properties

The ProjectionStream type exposes the following members.

Properties
  NameDescription
Public propertyFarPlane
Gets or sets the far plane associated with the Projection.
(Inherited from Projection.)
Public propertyFieldOfViewHorizontal
Gets or sets the horizontal field of view associated with the Projection.
(Inherited from Projection.)
Public propertyFieldOfViewVertical
Gets or sets the vertical field of view associated with the Projection.
(Inherited from Projection.)
Public propertyNearPlane
Gets or sets the near plane associated with the Projection.
(Inherited from Projection.)
Public propertyOrientation
Gets or sets the UnitQuaternion defining the orientation of the Projection in the central body's fixed reference frame.
(Inherited from Projection.)
Public propertyPosition
Gets or sets the Cartesian defining the position of the Projection in the central body's fixed reference frame.
(Inherited from Projection.)
Public propertyUpdateDelta
Gets or sets the update delta of the projection stream in seconds. The UpdateDelta defines the interval at which the Update(JulianDate, JulianDate) method will be called. The default UpdateDelta is 0, which will call the Update(JulianDate, JulianDate) method every time the SceneManager time changes. When animating, this means the Update(JulianDate, JulianDate) method would be called on every animation step.
Top
See Also