|
Blender V4.3
|
#include "BLI_sys_types.h"Go to the source code of this file.
Classes | |
| struct | GizmoGeomInfo |
Gizmo Geometry | |
Prototypes for arrays defining the gizmo geometry. The actual definitions can be found in files usually called geom_xxx_gizmo.c | |
| typedef struct GizmoGeomInfo | GizmoGeomInfo |
| GizmoGeomInfo | wm_gizmo_geom_data_arrow |
| GizmoGeomInfo | wm_gizmo_geom_data_cube |
| GizmoGeomInfo | wm_gizmo_geom_data_dial |
| typedef struct GizmoGeomInfo GizmoGeomInfo |
|
extern |
Definition at line 54 of file geom_arrow_gizmo.cc.
Referenced by arrow_draw_geom(), and ED_gizmo_draw_preset_arrow().
|
extern |
Definition at line 38 of file geom_cube_gizmo.cc.
Referenced by arrow_draw_geom(), and ED_gizmo_draw_preset_box().
|
extern |
Definition at line 273 of file geom_dial_gizmo.cc.
Referenced by dial_geom_draw(), and ED_gizmo_draw_preset_circle().