Click or drag to resize
DigitalRuneBillboardOrientationWorldOriented Field
Settings for billboards with a free orientation in world space.

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

Field Value

Type: BillboardOrientation
Remarks

The orientation is defined by the normal vector and the axis vector. These two billboard vectors define a fixed orientation in world space.

Examples using WorldOriented: foliage with a fixed orientation, or decals.

See Also