Click or drag to resize
DigitalRuneBillboardOrientationIsAxisFixed Property
Gets a value indicating whether the billboard normal or the billboard axis is the fixed axis.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool IsAxisFixed { get; }

Property Value

Type: Boolean
if the billboard axis vector is the fixed axis and the normal vector is adjusted; otherwise, if the normal vector is fixed and the axis vector is adjusted.
Remarks
To orient a billboard two vectors, the axis vector and the normal vector, are required. If these two vectors are not perpendicular, then one vector is kept constant and the second vector is made orthonormal to the first vector. For most particle effects, the normal should be the fixed axis (e.g. for fire, smoke). For billboards with a fixed direction in world space (e.g. for tree billboards or laser beams), the axis vector should be the fixed vector.
See Also