Blender  V3.3
gizmo_geometry.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. All rights reserved. */
3 
14 #pragma once
15 
16 #include "BLI_sys_types.h"
17 
18 typedef struct GizmoGeomInfo {
19  int nverts;
20  int ntris;
21  const float (*verts)[3];
22  const float (*normals)[3];
23  const ushort *indices;
25 
26 /* arrow gizmo */
28 
29 /* cube gizmo */
31 
32 /* dial gizmo */
typedef float(TangentPoint)[2]
unsigned short ushort
Definition: BLI_sys_types.h:68
GizmoGeomInfo wm_gizmo_geom_data_arrow
GizmoGeomInfo wm_gizmo_geom_data_dial
struct GizmoGeomInfo GizmoGeomInfo
GizmoGeomInfo wm_gizmo_geom_data_cube
const ushort * indices
const float(* normals)[3]
const float(* verts)[3]