Blender V5.0
gizmo_geometry.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2016 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
14
15#pragma once
16
17#include "BLI_sys_types.h"
18
19typedef struct GizmoGeomInfo {
20 int nverts;
21 int ntris;
22 const float (*verts)[3];
23 const float (*normals)[3];
26
27/* arrow gizmo */
29
30/* cube gizmo */
32
33/* dial gizmo */
unsigned short ushort
nullptr float
GizmoGeomInfo wm_gizmo_geom_data_arrow
GizmoGeomInfo wm_gizmo_geom_data_cube
GizmoGeomInfo wm_gizmo_geom_data_dial
const ushort * indices
const float(* normals)[3]
const float(* verts)[3]