|
Blender V4.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 23 of file gizmo_geometry.h.
| const ushort* GizmoGeomInfo::indices |
Definition at line 28 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::normals)[3] |
Definition at line 27 of file gizmo_geometry.h.
| int GizmoGeomInfo::ntris |
Definition at line 25 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| int GizmoGeomInfo::nverts |
Definition at line 24 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().
| const float(* GizmoGeomInfo::verts)[3] |
Definition at line 26 of file gizmo_geometry.h.
Referenced by wm_gizmo_geometryinfo_draw().