|
Blender V5.0
|
Public Attributes | |
| Scene * | ctx_scene |
| View3D * | ctx_v3d |
| RegionView3D * | ctx_rv3d |
| float | view_mat_prev [4][4] |
| bool | use_parent_root |
| Object * | root_parent |
| float | dist_backup |
| float | ofs_backup [3] |
| float | rot_backup [4] |
| char | persp_backup |
| bool | is_ortho_cam |
| void * | obtfm |
Definition at line 44 of file view3d_camera_control.cc.
| RegionView3D* View3DCameraControl::ctx_rv3d |
Definition at line 50 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), ED_view3d_cameracontrol_object_get(), ED_view3d_cameracontrol_release(), and ED_view3d_cameracontrol_update().
| Scene* View3DCameraControl::ctx_scene |
Definition at line 48 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_update().
| View3D* View3DCameraControl::ctx_v3d |
Definition at line 49 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), ED_view3d_cameracontrol_release(), ED_view3d_cameracontrol_update(), and view3d_cameracontrol_object().
| float View3DCameraControl::dist_backup |
Backup the views distance since we use a zero dist for fly mode.
Definition at line 72 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| bool View3DCameraControl::is_ortho_cam |
True when flying an orthographic camera in perspective view, which was originally in orthographic view. This could be detected available data but better be explicit.
Definition at line 89 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| void* View3DCameraControl::obtfm |
Backup the objects transform.
Definition at line 92 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| float View3DCameraControl::ofs_backup[3] |
Backup the views offset in case the user cancels flying in non camera mode.
Definition at line 74 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| char View3DCameraControl::persp_backup |
Remember if we're orthographic or not, only used for restoring the view if it was a orthographic view.
Definition at line 82 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| Object* View3DCameraControl::root_parent |
Root most parent.
Definition at line 67 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), ED_view3d_cameracontrol_update(), and view3d_cameracontrol_object().
| float View3DCameraControl::rot_backup[4] |
Backup the views quaternion in case the user cancels flying in non camera mode.
Definition at line 77 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_release().
| bool View3DCameraControl::use_parent_root |
Definition at line 61 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire().
| float View3DCameraControl::view_mat_prev[4][4] |
Definition at line 56 of file view3d_camera_control.cc.
Referenced by ED_view3d_cameracontrol_acquire(), and ED_view3d_cameracontrol_update().