|
Blender V4.3
|
#include <draw_cache_extract.hh>
Public Attributes | |
| Array< int > | verts |
| Array< int > | edges |
Definition at line 194 of file draw_cache_extract.hh.
Indices of all edges not used by faces in the Mesh or BMesh.
Definition at line 198 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_subdivide_loose_geom(), blender::draw::mesh_render_data_loose_edges_bm(), and blender::draw::mesh_render_data_update_loose_geom().
Indices of all vertices not used by edges in the Mesh or BMesh.
Definition at line 196 of file draw_cache_extract.hh.
Referenced by blender::draw::mesh_render_data_loose_geom_ensure(), blender::draw::mesh_render_data_loose_verts_bm(), and blender::draw::mesh_render_data_update_loose_geom().