| BillboardOrientationWorldOriented Field |
Settings for billboards with a free orientation in world space.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly BillboardOrientation WorldOriented
Public Shared ReadOnly WorldOriented As BillboardOrientation
public:
static initonly BillboardOrientation WorldOriented
static val WorldOriented: BillboardOrientation
Field Value
Type:
BillboardOrientationRemarks
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