|
Blender
V3.3
|
#include <view3d_navigate.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 |
| const char * | undo_str |
| bool | undo_grouped |
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 228 of file view3d_navigate.h.
| struct Object * V3D_SmoothParams::camera |
Definition at line 229 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| struct Object* V3D_SmoothParams::camera_old |
Definition at line 229 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::dist |
Definition at line 230 of file view3d_navigate.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 233 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::lens |
Definition at line 230 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| const float* V3D_SmoothParams::ofs |
Definition at line 230 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| const float * V3D_SmoothParams::quat |
Definition at line 230 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view_ex().
| bool V3D_SmoothParams::undo_grouped |
When true use grouped undo pushes, use for incremental viewport manipulation which are likely to be activated by holding a key or from the mouse-wheel.
Definition at line 241 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view().
| const char* V3D_SmoothParams::undo_str |
When non-NULL, perform undo pushes when transforming the camera.
Definition at line 236 of file view3d_navigate.h.
Referenced by ED_view3d_smooth_view(), and ED_view3d_smooth_view_ex().