Blender V4.5
geom_arrow_gizmo.cc File Reference

Go to the source code of this file.

Variables

static float verts [][3]
static float normals [][3]
static ushort indices []
GizmoGeomInfo wm_gizmo_geom_data_arrow

Variable Documentation

◆ indices

ushort indices[]
static
Initial value:
= {
1, 3, 2, 3, 5, 4, 5, 7, 6, 7, 9, 8, 9, 11, 10, 11, 13, 12, 5, 18, 19, 15, 1,
0, 13, 15, 14, 6, 10, 14, 11, 21, 22, 7, 19, 20, 13, 22, 23, 3, 17, 18, 9, 20, 21, 15,
23, 16, 1, 16, 17, 23, 22, 24, 21, 20, 24, 19, 18, 24, 17, 16, 24, 16, 23, 24, 22, 21, 24,
20, 19, 24, 18, 17, 24, 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 10, 10, 11,
12, 7, 5, 19, 14, 15, 0, 12, 13, 14, 14, 0, 2, 2, 4, 6, 6, 8, 10, 10, 12, 14, 14,
2, 6, 13, 11, 22, 9, 7, 20, 15, 13, 23, 5, 3, 18, 11, 9, 21, 1, 15, 16, 3, 1, 17,
}

Definition at line 45 of file geom_arrow_gizmo.cc.

◆ normals

float normals[][3]
static
Initial value:
= {
{0.000000, 0.776360, -0.630238}, {0.000000, 0.594348, -0.804163},
{0.548967, 0.548967, -0.630238}, {0.420270, 0.420270, -0.804163},
{0.776360, 0.000000, -0.630238}, {0.594378, 0.000000, -0.804163},
{0.548967, -0.548967, -0.630238}, {0.420270, -0.420270, -0.804163},
{0.000000, -0.776360, -0.630238}, {0.000000, -0.594378, -0.804163},
{-0.548967, -0.548967, -0.630238}, {-0.420270, -0.420270, -0.804163},
{-0.776360, 0.000000, -0.630238}, {-0.594378, 0.000000, -0.804163},
{-0.548967, 0.548967, -0.630238}, {-0.420270, 0.420270, -0.804163},
{0.000000, 0.843226, -0.537492}, {0.596271, 0.596271, -0.537492},
{0.843226, 0.000000, -0.537492}, {0.596271, -0.596271, -0.537492},
{0.000000, -0.843226, -0.537492}, {-0.596271, -0.596271, -0.537492},
{-0.843226, 0.000000, -0.537492}, {-0.596271, 0.596271, -0.537492},
{0.000000, 0.000000, 1.000000},
}

Definition at line 29 of file geom_arrow_gizmo.cc.

◆ verts

float verts[][3]
static
Initial value:
= {
{-0.000000, 0.012320, 0.000000}, {-0.000000, 0.012320, 0.974306},
{0.008711, 0.008711, 0.000000}, {0.008711, 0.008711, 0.974306},
{0.012320, -0.000000, 0.000000}, {0.012320, -0.000000, 0.974306},
{0.008711, -0.008711, 0.000000}, {0.008711, -0.008711, 0.974306},
{-0.000000, -0.012320, 0.000000}, {-0.000000, -0.012320, 0.974306},
{-0.008711, -0.008711, 0.000000}, {-0.008711, -0.008711, 0.974306},
{-0.012320, 0.000000, 0.000000}, {-0.012320, 0.000000, 0.974306},
{-0.008711, 0.008711, 0.000000}, {-0.008711, 0.008711, 0.974306},
{0.000000, 0.072555, 0.974306}, {0.051304, 0.051304, 0.974306},
{0.072555, -0.000000, 0.974306}, {0.051304, -0.051304, 0.974306},
{-0.000000, -0.072555, 0.974306}, {-0.051304, -0.051304, 0.974306},
{-0.072555, 0.000000, 0.974306}, {-0.051304, 0.051304, 0.974306},
{0.000000, -0.000000, 1.268098},
}

Definition at line 13 of file geom_arrow_gizmo.cc.

◆ wm_gizmo_geom_data_arrow

GizmoGeomInfo wm_gizmo_geom_data_arrow
Initial value:
= {
25,
46,
}
static ushort indices[]
static float verts[][3]
static float normals[][3]

Definition at line 54 of file geom_arrow_gizmo.cc.

Referenced by arrow_draw_geom(), and ED_gizmo_draw_preset_arrow().