|
Blender
V2.93
|
#include <gizmo_geometry.h>
Public Attributes | |
| int | nverts |
| int | ntris |
| const float(* | verts )[3] |
| const float(* | normals )[3] |
| const ushort * | indices |
Definition at line 34 of file gizmo_geometry.h.
| const ushort* GizmoGeomInfo::indices |
Definition at line 39 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::normals)[3] |
Definition at line 38 of file gizmo_geometry.h.
| int GizmoGeomInfo::ntris |
Definition at line 36 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| int GizmoGeomInfo::nverts |
Definition at line 35 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::verts)[3] |
Definition at line 37 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().