AlignToAxis |
Sets the up vector of the
markers to point towards the axis of centralBody. It will be
aligned with the tangent vector of the surface that points towards
the axis. Setting axis to the north axis of the centralBody will
have the same effect as calling
MarkerBatchPrimitive.AlignToNorth. |
AlignToNorth |
Sets the up vector of the
markers to point towards the north axis of centralBody. It will be
aligned with the tangent vector of the surface that points
north. |
AlignToScreen |
Sets the up vector of the
markers to always be aligned to the up vector of the camera. This
is the default alignment. |
Set |
Defines the positions of
markers in a marker batch. The markers are rendered in the
primitive's Reference
Frame. |
SetCartographic |
For convenience. Defines
the positions of markers in a marker batch using Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. This is equivalent to converting each position in
positions to Cartesian and calling Set. |
SetCartographicWithOptionalParameters |
For convenience. Defines
the positions and optional per-marker parameters of markers in a
marker batch using Cartographic positions. Longitude and latitude
are in radians, and altitude is in meters. This is equivalent to
converting each position in positions to Cartesian and calling
Set. |
SetCartographicWithOptionalParametersAndRenderPassHint |
For convenience. Defines
the positions and optional per-marker parameters of markers in a
marker batch using Cartographic positions. Longitude and latitude
are in radians, and altitude is in meters. renderPassHint is
provided for efficiency. This is equivalent to converting each
position in positions to Cartesian and calling Set. |
SetPartial |
Updates a subset of marker
positions in a marker batch. |
SetPartialCartographic |
For convenience. Updates a
subset of positions in a marker batch using Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to converting each position in positions to
Cartesian and calling
Set Partial. |
SetPartialCartographicWithIndicesOrder |
For convenience. Updates a
subset of positions in a marker batch using Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to converting each position in positions to
Cartesian and calling
Set Partial. |
SetPartialCartographicWithOptionalParameters |
For convenience. Updates a
subset of positions and/or optional per-marker parameters of
markers in a marker batch using Cartographic positions. Longitude
and latitude are in radians, and altitude is in meters. This is
equivalent to converting each position in positions to Cartesian
and calling
Set Partial. |
SetPartialCartographicWithOptionalParametersIndicesOrderAndRenderPass |
For convenience. Updates a
subset of positions and/or optional per-marker parameters of
markers in a marker batch using Cartographic positions. Longitude
and latitude are in radians, and altitude is in meters.
renderPassHint is provided for efficiency. This is equivalent to
converting each position in positions to Cartesian and calling
Set Partial. |
SetPartialWithIndicesOrder |
Updates a subset of marker
positions in a marker batch. |
SetPartialWithOptionalParameters |
Updates a subset of marker
positions and/or per-marker parameters in a marker batch. |
SetPartialWithOptionalParametersIndicesOrderAndRenderPass |
Updates a subset of marker
positions and/or per-marker parameters in a marker batch. |
SetWithOptionalParameters |
Defines the positions and
optional per-marker parameters of markers in a marker batch. The
markers are rendered in the primitive's Reference
Frame. |
SetWithOptionalParametersAndRenderPassHint |
Defines the positions and
optional per-marker parameters of markers in a marker batch. The
markers are rendered in the primitive's Reference
Frame. renderPassHint is provided for efficiency. |
Supported |
Determines whether or not
the video card supports the marker batch primitive with the given
renderingMethod. |