Blender
V3.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 53 of file geom_arrow_gizmo.c.
Referenced by arrow_draw_geom(), and ED_gizmo_draw_preset_arrow().
|
extern |
Definition at line 37 of file geom_cube_gizmo.c.
Referenced by arrow_draw_geom(), and ED_gizmo_draw_preset_box().
|
extern |
Definition at line 272 of file geom_dial_gizmo.c.
Referenced by dial_geom_draw(), and ED_gizmo_draw_preset_circle().