|
Blender
V3.3
|
#include <gizmo_geometry.h>
Public Attributes | |
| int | nverts |
| int | ntris |
| const float(* | verts )[3] |
| const float(* | normals )[3] |
| const ushort * | indices |
Definition at line 18 of file gizmo_geometry.h.
| const ushort* GizmoGeomInfo::indices |
Definition at line 23 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::normals)[3] |
Definition at line 22 of file gizmo_geometry.h.
| int GizmoGeomInfo::ntris |
Definition at line 20 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| int GizmoGeomInfo::nverts |
Definition at line 19 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::verts)[3] |
Definition at line 21 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().