Specifies the options for setting a 3D node to turn towards a camera. More...
Public Member Functions | |
| FaceToCameraMode (int mValue) | |
| FaceToCameraMode (FaceToCameraMode enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static FaceToCameraMode | swigToEnum (int swigValue) |
| static FaceToCameraMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Billboard =(2) | |
| Keeps the node perpendicular to the camera field of view. | |
| Cylindrical =(3) | |
| Rotates the node along the y axis to turn towards the camera. | |
| Disabled =(0) | |
| Does not make the node turn towards the camera. | |
| LookAt =(1) | |
| Rotates the node along all axes to turn towards the camera. | |
Specifies the options for setting a 3D node to turn towards a camera.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |