Blender
V3.3
|
Public Attributes | |
const CustomData * | vertex_data |
CustomData | vertex_data_storage |
bool | vertex_data_storage_allocated |
int | vertex_indices [4] |
Definition at line 143 of file subdiv_mesh.c.
const CustomData* VerticesForInterpolation::vertex_data |
Definition at line 147 of file subdiv_mesh.c.
Referenced by subdiv_vertex_data_interpolate(), and vertex_interpolation_init().
CustomData VerticesForInterpolation::vertex_data_storage |
Definition at line 157 of file subdiv_mesh.c.
Referenced by vertex_interpolation_end(), vertex_interpolation_from_corner(), and vertex_interpolation_init().
bool VerticesForInterpolation::vertex_data_storage_allocated |
Definition at line 158 of file subdiv_mesh.c.
Referenced by vertex_interpolation_end(), and vertex_interpolation_init().
int VerticesForInterpolation::vertex_indices[4] |
Definition at line 161 of file subdiv_mesh.c.
Referenced by subdiv_vertex_data_interpolate(), and vertex_interpolation_init().