|
Blender
V2.93
|
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 87 of file view3d_view.c.
| struct SmoothView3DState SmoothView3DStore::dst |
Definition at line 84 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| float SmoothView3DStore::dyn_ofs[3] |
Definition at line 96 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| struct SmoothView3DState SmoothView3DStore::org |
Definition at line 84 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| char SmoothView3DStore::org_view |
Definition at line 100 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| struct SmoothView3DState SmoothView3DStore::src |
Definition at line 84 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| double SmoothView3DStore::time_allowed |
Definition at line 102 of file view3d_view.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 93 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().
| bool SmoothView3DStore::use_dyn_ofs |
Definition at line 95 of file view3d_view.c.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply().