Wiki > TV3D65 Index
TYPE
This enumeration defines what axis a billboard will rotate on.
MEMBERS
| NAME | VALUE | DESCRIPTION |
| TV_BILLBOARD_FREEROTATION | 0 | Always face the camera. |
| TV_BILLBOARD_NOROTATION | 2 | Do not rotate. |
| TV_BILLBOARD_YAXIS | 1 | Always face the camera but rotate on Y axis only. |
TIPS