The following constants can be used anywhere in your code in place of the actual values:
| Name | Value | Description |
|---|---|---|
| RF_VIEWPOINT_FRONT | 1 | Front viewpoint.(-Z direction) |
| RF_VIEWPOINT_BACK | 2 | Back viewpoint.(+Z direction) |
| RF_VIEWPOINT_LEFT | 3 | Left viewpoint.(+X direction) |
| RF_VIEWPOINT_RIGHT | 4 | Right viewpoint.(-X direction) |
| RF_VIEWPOINT_TOP | 5 | Top viewpoint.(-Y direction) |
| RF_VIEWPOINT_BOTTOM | 6 | Bottom viewpoint.(+Y direction) |
| RF_VIEWPOINT_ISOMETRIC | 7 | Isometric viewpoint.({-1,-1,-1} direction) |
| RF_VIEWPOINT_USER | 8 | User-defined viewpoint. |