Click or drag to resize
DigitalRuneBillboardOrientationAxialViewpointOriented Field
Settings for axial billboards oriented towards the viewer.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static readonly BillboardOrientation AxialViewpointOriented

Field Value

Type: BillboardOrientation
Remarks

Axial billboards are also known as constrained billboards or cylindrical billboards. The billboard axis is the up-axis in world space. Billboards are rotated around the billboard axis towards the viewpoint. If not specified explicitly, the billboard axis is the up vector (0, 1, 0) in world space.

Examples using AxialViewpointOriented: Impostors far away from the camera such as distant trees.

See Also