| BillboardOrientation Constructor |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public BillboardOrientation(
BillboardNormal normal,
bool isAxisInViewSpace,
bool isAxisFixed
)
Public Sub New (
normal As BillboardNormal,
isAxisInViewSpace As Boolean,
isAxisFixed As Boolean
)
public:
BillboardOrientation(
BillboardNormal normal,
bool isAxisInViewSpace,
bool isAxisFixed
)
new :
normal : BillboardNormal *
isAxisInViewSpace : bool *
isAxisFixed : bool -> BillboardOrientation
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