Click or drag to resize
DigitalRuneBillboardOrientationScreenAligned Field
Settings for screen-aligned billboards.

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

Field Value

Type: BillboardOrientation
Remarks

Screen-aligned billboards have the same orientation as the screen: They are always parallel to the view plane and the axis vector matches the up-axis of the screen.

Examples using ScreenAligned: Text labels, which should always be readable and therefore need to have the same orientation as the screen.

See Also