Blender V5.0
blender::geometry::MeshElementStartIndices Struct Reference

Public Attributes

int vertex = 0
int edge = 0
int face = 0
int loop = 0

Detailed Description

Start indices in the final output mesh.

Definition at line 91 of file realize_instances.cc.

Member Data Documentation

◆ edge

int blender::geometry::MeshElementStartIndices::edge = 0

Definition at line 93 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_mesh_task().

◆ face

int blender::geometry::MeshElementStartIndices::face = 0

Definition at line 94 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_mesh_task().

◆ loop

int blender::geometry::MeshElementStartIndices::loop = 0

Definition at line 95 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_mesh_task().

◆ vertex

int blender::geometry::MeshElementStartIndices::vertex = 0

The documentation for this struct was generated from the following file: