Click or drag to resize
DigitalRuneBillboardOrientation Constructor
Initializes a new instance of the BillboardOrientation struct.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public BillboardOrientation(
	BillboardNormal normal,
	bool isAxisInViewSpace,
	bool isAxisFixed
)

Parameters

normal
Type: DigitalRune.GraphicsBillboardNormal
The normal vector that is used for rendering the billboard.
isAxisInViewSpace
Type: SystemBoolean
if the axis vector is given in view space; otherwise, if the axis vector is given in world space.
isAxisFixed
Type: SystemBoolean
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.
See Also