ProjectionStream Properties |
The ProjectionStream type exposes the following members.
Name | Description | |
---|---|---|
FarPlane |
Gets or sets the far plane associated with the Projection.
(Inherited from Projection.) | |
FieldOfViewHorizontal |
Gets or sets the horizontal field of view associated with the Projection.
(Inherited from Projection.) | |
FieldOfViewVertical |
Gets or sets the vertical field of view associated with the Projection.
(Inherited from Projection.) | |
NearPlane |
Gets or sets the near plane associated with the Projection.
(Inherited from Projection.) | |
Orientation |
Gets or sets the UnitQuaternion defining the orientation of the Projection in the central body's fixed reference frame.
(Inherited from Projection.) | |
Position |
Gets or sets the Cartesian defining the position of the Projection in the central body's fixed reference frame.
(Inherited from Projection.) | |
UpdateDelta |
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.
|