Blender  V3.3
Public Attributes | List of all members
blender::geometry::MeshElementStartIndices Struct Reference

Public Attributes

int vertex = 0
 
int edge = 0
 
int poly = 0
 
int loop = 0
 

Detailed Description

Start indices in the final output mesh.

Definition at line 90 of file realize_instances.cc.

Member Data Documentation

◆ edge

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

◆ loop

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

◆ poly

int blender::geometry::MeshElementStartIndices::poly = 0

◆ vertex

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

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