

Go to the source code of this file.
Classes | |
| class | Player |
Functions | |
| const Vector3f | ForwardVector (0.0f, 0.0f,-1.0f) |
| const Vector3f | RightVector (1.0f, 0.0f, 0.0f) |
| const Vector3f | UpVector (0.0f, 1.0f, 0.0f) |
Variables | |
| const float | MoveSpeed = 3.0f |
| const float | RailHeight = 0.8f |
| const float | Sensitivity = 1.0f |
| const float | YawInitial = 3.141592f |
| const Vector3f ForwardVector | ( | 0. | 0f, |
| 0. | 0f, | ||
| -1. | 0f | ||
| ) |
| const Vector3f RightVector | ( | 1. | 0f, |
| 0. | 0f, | ||
| 0. | 0f | ||
| ) |
| const float RailHeight = 0.8f |
| const float Sensitivity = 1.0f |
| const float YawInitial = 3.141592f |