Blender
V3.3
|
Public Attributes | |
struct SmoothView3DState | src |
struct SmoothView3DState | dst |
struct SmoothView3DState | org |
bool | to_camera |
bool | use_dyn_ofs |
float | dyn_ofs [3] |
char | org_view |
double | time_allowed |
Definition at line 158 of file view3d_navigate_smoothview.c.
struct SmoothView3DState SmoothView3DStore::dst |
Definition at line 155 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
float SmoothView3DStore::dyn_ofs[3] |
Definition at line 167 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
struct SmoothView3DState SmoothView3DStore::org |
Definition at line 155 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
char SmoothView3DStore::org_view |
Definition at line 171 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
struct SmoothView3DState SmoothView3DStore::src |
Definition at line 155 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
double SmoothView3DStore::time_allowed |
Definition at line 173 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), ED_view3d_smooth_view_force_finish(), and view3d_smoothview_apply().
bool SmoothView3DStore::to_camera |
Definition at line 164 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().
bool SmoothView3DStore::use_dyn_ofs |
Definition at line 166 of file view3d_navigate_smoothview.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_ex().