| BillboardOrientationAxialViewPlaneAligned Field |
Settings for axial billboards parallel to the view plane.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly BillboardOrientation AxialViewPlaneAligned
Public Shared ReadOnly AxialViewPlaneAligned As BillboardOrientation
public:
static initonly BillboardOrientation AxialViewPlaneAligned
static val AxialViewPlaneAligned: BillboardOrientation
Field Value
Type:
BillboardOrientationRemarks
Axial billboards are also known as constrained billboards or cylindrical billboards. The
billboard axis is given in world space. Billboards are rotated around the billboard axis to
face the view plane. If not specified explicitly, the billboard axis is the up vector
(0, 1, 0) in world space.
Examples using AxialViewPlaneAligned: Impostors close to the camera such as
grass.
See Also