Blender
V3.3
|
Public Attributes | |
int | vertex = 0 |
int | edge = 0 |
int | poly = 0 |
int | loop = 0 |
Start indices in the final output mesh.
Definition at line 90 of file realize_instances.cc.
int blender::geometry::MeshElementStartIndices::edge = 0 |
Definition at line 92 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::gather_realize_tasks_recursive().
int blender::geometry::MeshElementStartIndices::loop = 0 |
Definition at line 94 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::gather_realize_tasks_recursive().
int blender::geometry::MeshElementStartIndices::poly = 0 |
Definition at line 93 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::gather_realize_tasks_recursive().
int blender::geometry::MeshElementStartIndices::vertex = 0 |
Definition at line 91 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::gather_realize_tasks_recursive().