Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_intern.h
| Show First 20 Lines • Show All 235 Lines • ▼ Show 20 Lines | void ED_view3d_smooth_view( | ||||
| struct bContext *C, | struct bContext *C, | ||||
| struct View3D *v3d, struct ARegion *ar, const int smooth_viewtx, | struct View3D *v3d, struct ARegion *ar, const int smooth_viewtx, | ||||
| const V3D_SmoothParams *sview); | const V3D_SmoothParams *sview); | ||||
| void ED_view3d_smooth_view_force_finish( | void ED_view3d_smooth_view_force_finish( | ||||
| struct bContext *C, | struct bContext *C, | ||||
| struct View3D *v3d, struct ARegion *ar); | struct View3D *v3d, struct ARegion *ar); | ||||
| void view3d_winmatrix_set(ARegion *ar, const View3D *v3d, const rctf *rect); | void view3d_winmatrix_set(ARegion *ar, const View3D *v3d, const rcti *rect); | ||||
| void view3d_viewmatrix_set(Scene *scene, const View3D *v3d, RegionView3D *rv3d); | void view3d_viewmatrix_set(Scene *scene, const View3D *v3d, RegionView3D *rv3d); | ||||
| void fly_modal_keymap(struct wmKeyConfig *keyconf); | void fly_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| void walk_modal_keymap(struct wmKeyConfig *keyconf); | void walk_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| void viewrotate_modal_keymap(struct wmKeyConfig *keyconf); | void viewrotate_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| void viewmove_modal_keymap(struct wmKeyConfig *keyconf); | void viewmove_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| void viewzoom_modal_keymap(struct wmKeyConfig *keyconf); | void viewzoom_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| void viewdolly_modal_keymap(struct wmKeyConfig *keyconf); | void viewdolly_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| ▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines | |||||