Blender V4.3
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
15#pragma once
16
17#include "BLI_sys_types.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23typedef struct GizmoGeomInfo {
24 int nverts;
25 int ntris;
26 const float (*verts)[3];
27 const float (*normals)[3];
30
31/* arrow gizmo */
33
34/* cube gizmo */
36
37/* dial gizmo */
39
40#ifdef __cplusplus
41}
42#endif
unsigned short ushort
draw_view in_light_buf[] float
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(* verts)[3]