|
RT
|
#include <rtstruct.h>

Data Fields | |
| t_pt3 | pos |
| t_vec3 | dir |
| t_matrix | rotation |
| float | y_angle |
| float | x_angle |
| void * | anim |
| bool | move_forward |
| bool | move_backward |
| bool | strafe_left |
| bool | strafe_right |
| bool | move_upward |
| bool | move_downward |
| bool | rotate_up |
| bool | rotate_down |
| bool | rotate_left |
| bool | rotate_right |
| bool | lock |
| bool | lock_pos |
| t_pt3 | pos_lock |
| bool | lock_obj |
| t_obj * | obj_lock |
| int | speed |
| void* s_cam::anim |
| t_vec3 s_cam::dir |
| bool s_cam::lock |
| bool s_cam::lock_obj |
| bool s_cam::lock_pos |
| bool s_cam::move_backward |
| bool s_cam::move_downward |
| bool s_cam::move_forward |
| bool s_cam::move_upward |
| t_obj* s_cam::obj_lock |
| t_pt3 s_cam::pos |
| t_pt3 s_cam::pos_lock |
| bool s_cam::rotate_down |
| bool s_cam::rotate_left |
| bool s_cam::rotate_right |
| bool s_cam::rotate_up |
| t_matrix s_cam::rotation |
| int s_cam::speed |
| bool s_cam::strafe_left |
| bool s_cam::strafe_right |
| float s_cam::x_angle |
| float s_cam::y_angle |
1.8.17