Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_intern.h
| Show First 20 Lines • Show All 117 Lines • ▼ Show 20 Lines | |||||
| /* view3d_fly.c */ | /* view3d_fly.c */ | ||||
| void view3d_keymap(struct wmKeyConfig *keyconf); | void view3d_keymap(struct wmKeyConfig *keyconf); | ||||
| void VIEW3D_OT_fly(struct wmOperatorType *ot); | void VIEW3D_OT_fly(struct wmOperatorType *ot); | ||||
| /* view3d_walk.c */ | /* view3d_walk.c */ | ||||
| void VIEW3D_OT_walk(struct wmOperatorType *ot); | void VIEW3D_OT_walk(struct wmOperatorType *ot); | ||||
| /* drawobject.c */ | /* drawobject.c */ | ||||
| void draw_object_backbufsel( | void draw_object_select_id( | ||||
| struct Depsgraph *depsgraph, Scene *scene, | struct Depsgraph *depsgraph, Scene *scene, | ||||
| View3D *v3d, RegionView3D *rv3d, struct Object *ob, | View3D *v3d, RegionView3D *rv3d, struct Object *ob, | ||||
| short select_mode); | short select_mode); | ||||
| void draw_object_depth(RegionView3D *rv3d, struct Object *ob); | |||||
| int view3d_effective_drawtype(const struct View3D *v3d); | int view3d_effective_drawtype(const struct View3D *v3d); | ||||
| /* view3d_draw.c */ | /* view3d_draw.c */ | ||||
| void view3d_main_region_draw(const struct bContext *C, struct ARegion *ar); | void view3d_main_region_draw(const struct bContext *C, struct ARegion *ar); | ||||
| void view3d_draw_region_info(const struct bContext *C, struct ARegion *ar); | void view3d_draw_region_info(const struct bContext *C, struct ARegion *ar); | ||||
| void ED_view3d_draw_depth( | void ED_view3d_draw_depth( | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| ▲ Show 20 Lines • Show All 140 Lines • Show Last 20 Lines | |||||