| BillboardOrientationViewpointOriented Field |
Settings for viewpoint-oriented billboards.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly BillboardOrientation ViewpointOriented
Public Shared ReadOnly ViewpointOriented As BillboardOrientation
public:
static initonly BillboardOrientation ViewpointOriented
static val ViewpointOriented: BillboardOrientation
Field Value
Type:
BillboardOrientationRemarks
Viewpoint-oriented billboards are always oriented to face the viewpoint (camera position).
If not specified explicitly, the billboard axis is the up vector (0, 1, 0) in world space.
Examples using ViewpointOriented: Impostors for large, distant objects
such clouds.
See Also