|
Blender
V2.93
|
#include <view3d_intern.h>
Public Attributes | |
| struct Object * | camera_old |
| struct Object * | camera |
| const float * | ofs |
| const float * | quat |
| const float * | dist |
| const float * | lens |
| const float * | dyn_ofs |
Parameters for setting the new 3D Viewport state.
Each of the struct members may be NULL to signify they aren't to be adjusted.
Definition at line 169 of file view3d_intern.h.
| struct Object * V3D_SmoothParams::camera |
Definition at line 170 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| struct Object* V3D_SmoothParams::camera_old |
Definition at line 170 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::dist |
Definition at line 171 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| const float* V3D_SmoothParams::dyn_ofs |
Alternate rotation center, when set ofs must be NULL.
Definition at line 174 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::lens |
Definition at line 171 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| const float* V3D_SmoothParams::ofs |
Definition at line 171 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::quat |
Definition at line 171 of file view3d_intern.h.
Referenced by ED_view3d_smooth_view_ex().