Blender  V3.3
Public Attributes | List of all members
ConverterStorage Struct Reference

Public Attributes

SubdivSettings settings
 
const Meshmesh
 
const floatcd_vertex_crease
 
int * loop_uv_indices
 
int num_uv_coordinates
 
int * manifold_vertex_index
 
BLI_bitmapinfinite_sharp_vertices_map
 
int * manifold_vertex_index_reverse
 
int * manifold_edge_index_reverse
 
int num_manifold_vertices
 
int num_manifold_edges
 

Detailed Description

Definition at line 33 of file subdiv_converter_mesh.c.

Member Data Documentation

◆ cd_vertex_crease

const float* ConverterStorage::cd_vertex_crease

Definition at line 37 of file subdiv_converter_mesh.c.

Referenced by get_vertex_sharpness().

◆ infinite_sharp_vertices_map

BLI_bitmap* ConverterStorage::infinite_sharp_vertices_map

◆ loop_uv_indices

int* ConverterStorage::loop_uv_indices

Definition at line 41 of file subdiv_converter_mesh.c.

Referenced by get_face_corner_uv_index(), and precalc_uv_layer().

◆ manifold_edge_index_reverse

int* ConverterStorage::manifold_edge_index_reverse

◆ manifold_vertex_index

int* ConverterStorage::manifold_vertex_index

◆ manifold_vertex_index_reverse

int* ConverterStorage::manifold_vertex_index_reverse

◆ mesh

const Mesh* ConverterStorage::mesh

◆ num_manifold_edges

int ConverterStorage::num_manifold_edges

Definition at line 60 of file subdiv_converter_mesh.c.

Referenced by get_num_edges(), and initialize_manifold_indices().

◆ num_manifold_vertices

int ConverterStorage::num_manifold_vertices

Definition at line 59 of file subdiv_converter_mesh.c.

Referenced by get_num_vertices(), and initialize_manifold_indices().

◆ num_uv_coordinates

int ConverterStorage::num_uv_coordinates

Definition at line 42 of file subdiv_converter_mesh.c.

Referenced by get_num_uvs(), and precalc_uv_layer().

◆ settings

SubdivSettings ConverterStorage::settings

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