| BillboardOrientationScreenAligned Field |
Settings for screen-aligned billboards.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly BillboardOrientation ScreenAligned
Public Shared ReadOnly ScreenAligned As BillboardOrientation
public:
static initonly BillboardOrientation ScreenAligned
static val ScreenAligned: BillboardOrientation
Field Value
Type:
BillboardOrientationRemarks
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