Click or drag to resize
DigitalRuneBillboardOrientationAxialViewPlaneAligned Field
Settings for axial billboards parallel to the view plane.

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

Field Value

Type: BillboardOrientation
Remarks

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

Examples using AxialViewPlaneAligned: Impostors close to the camera such as grass.

See Also