Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gizmo_library.h
| Show First 20 Lines • Show All 225 Lines • ▼ Show 20 Lines | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* Primitive Gizmo */ | /* Primitive Gizmo */ | ||||
| enum { | enum { | ||||
| ED_GIZMO_PRIMITIVE_STYLE_PLANE = 0, | ED_GIZMO_PRIMITIVE_STYLE_PLANE = 0, | ||||
| }; | }; | ||||
| /* -------------------------------------------------------------------- */ | |||||
| /* Gizmo Drawing Functions */ | |||||
| void ED_gizmotypes_dial_3d_draw_util( | |||||
| const float matrix_basis[4][4], | |||||
| const float matrix_final[4][4], | |||||
| const float line_width, | |||||
| const float color[4], | |||||
| const float clip_plane[4], | |||||
| const float arc_partial_angle, | |||||
| const float arc_inner_factor, | |||||
| const int draw_options, | |||||
| const float angle_ofs, | |||||
| const float angle_delta, | |||||
| const float angle_increment); | |||||
| #endif /* __ED_GIZMO_LIBRARY_H__ */ | #endif /* __ED_GIZMO_LIBRARY_H__ */ | ||||