Holds scripted camera data specifying how the camera should be oriented. More...
#include <scripted_camera.H>
Public Attributes | |
double | tstamp |
The timestamp when this style should be applied. | |
camera_style_t | style |
The mode the camera should be in when applying style. | |
double | eye_x |
Eye X of the camera. | |
double | eye_y |
Eye Y of the camera. | |
double | eye_z |
Eye Z of the camera. | |
double | ctr_x |
Lookat X of the camera, if inbot mode - azimuth angle. | |
double | ctr_y |
Lookat Y of the camera, if inbot mode - elevation angle. | |
double | ctr_z |
Lookat Y of the camera. |
Holds scripted camera data specifying how the camera should be oriented.
Lookat X of the camera, if inbot mode - azimuth angle.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
Lookat Y of the camera, if inbot mode - elevation angle.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
Lookat Y of the camera.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
Eye X of the camera.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
Eye Y of the camera.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
Eye Z of the camera.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
The mode the camera should be in when applying style.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().
The timestamp when this style should be applied.
Referenced by cajun::scripted_camera_t::print_elem(), cajun::scripted_camera_t::set_elem(), and cajun::simview_t::set_view().