nw::gfx::res::ResBone::BillboardMode Enumerated Typeenum BillboardMode;
| Value | Description |
|---|---|
BILLBOARD_MODE_OFF |
Billboarding is disabled. |
BILLBOARD_MODE_WORLD |
Rotates the z-axis to stay parallel with the view axis. |
BILLBOARD_MODE_WORLD_VIEWPOINT |
Rotates the z-axis to face the viewpoint. |
BILLBOARD_MODE_SCREEN |
Rotates the z-axis to stay parallel with the view axis, and rotates the y-axis to face the screen's upward direction. |
BILLBOARD_MODE_SCREEN_VIEWPOINT |
Rotates the z-axis to face the viewpoint, and rotates the y-axis to face the screen's upward direction. |
BILLBOARD_MODE_Y_AXIAL |
Rotates only the y-axis so that the z-axis stays parallel with the view axis. |
BILLBOARD_MODE_Y_AXIAL_VIEWPOINT |
Rotates only the y-axis so that the z-axis faces the viewpoint. |
Definitions for the billboard types.
CONFIDENTIAL