Blender V4.3
blender::bke::subdiv::ConverterStorage Struct Reference

Public Attributes

Settings settings
 
const Meshmesh
 
Span< float3vert_positions
 
Span< int2edges
 
OffsetIndices< intfaces
 
Span< intcorner_verts
 
Span< intcorner_edges
 
VArraySpan< floatcd_vertex_crease
 
VArraySpan< floatcd_edge_crease
 
intloop_uv_indices
 
int num_uv_coordinates
 
intmanifold_vertex_index
 
BitVector infinite_sharp_vertices_map
 
intmanifold_vertex_index_reverse
 
intmanifold_edge_index_reverse
 
int num_manifold_vertices
 
int num_manifold_edges
 

Detailed Description

Definition at line 31 of file subdiv_converter_mesh.cc.

Member Data Documentation

◆ cd_edge_crease

VArraySpan<float> blender::bke::subdiv::ConverterStorage::cd_edge_crease

◆ cd_vertex_crease

VArraySpan<float> blender::bke::subdiv::ConverterStorage::cd_vertex_crease

◆ corner_edges

Span<int> blender::bke::subdiv::ConverterStorage::corner_edges

Definition at line 38 of file subdiv_converter_mesh.cc.

Referenced by blender::bke::subdiv::init_user_data().

◆ corner_verts

Span<int> blender::bke::subdiv::ConverterStorage::corner_verts

◆ edges

◆ faces

◆ infinite_sharp_vertices_map

BitVector blender::bke::subdiv::ConverterStorage::infinite_sharp_vertices_map

◆ loop_uv_indices

◆ manifold_edge_index_reverse

◆ manifold_vertex_index

◆ manifold_vertex_index_reverse

◆ mesh

◆ num_manifold_edges

int blender::bke::subdiv::ConverterStorage::num_manifold_edges

◆ num_manifold_vertices

int blender::bke::subdiv::ConverterStorage::num_manifold_vertices

◆ num_uv_coordinates

int blender::bke::subdiv::ConverterStorage::num_uv_coordinates

◆ settings

◆ vert_positions

Span<float3> blender::bke::subdiv::ConverterStorage::vert_positions

Definition at line 34 of file subdiv_converter_mesh.cc.

Referenced by blender::bke::subdiv::init_user_data().


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