Blender
V3.3
|
Public Attributes | |
const Mesh * | coarse_mesh |
Subdiv * | subdiv |
float(* | vertex_cos )[3] |
int | num_verts |
int * | accumulated_counters |
bool | have_displacement |
Definition at line 30 of file subdiv_deform.c.
int* SubdivDeformContext::accumulated_counters |
Definition at line 45 of file subdiv_deform.c.
Referenced by subdiv_accumulate_vertex_displacement(), subdiv_mesh_context_free(), subdiv_mesh_prepare_accumulator(), and subdiv_mesh_vertex_corner().
const Mesh* SubdivDeformContext::coarse_mesh |
Definition at line 31 of file subdiv_deform.c.
Referenced by BKE_subdiv_deform_coarse_vertices(), and subdiv_mesh_topology_info().
bool SubdivDeformContext::have_displacement |
Definition at line 47 of file subdiv_deform.c.
Referenced by BKE_subdiv_deform_coarse_vertices(), setup_foreach_callbacks(), subdiv_accumulate_vertex_displacement(), subdiv_mesh_prepare_accumulator(), and subdiv_mesh_vertex_corner().
int SubdivDeformContext::num_verts |
Definition at line 35 of file subdiv_deform.c.
Referenced by BKE_subdiv_deform_coarse_vertices().
Subdiv* SubdivDeformContext::subdiv |
Definition at line 32 of file subdiv_deform.c.
Referenced by BKE_subdiv_deform_coarse_vertices(), subdiv_accumulate_vertex_displacement(), and subdiv_mesh_vertex_corner().
float(* SubdivDeformContext::vertex_cos)[3] |
Definition at line 34 of file subdiv_deform.c.
Referenced by BKE_subdiv_deform_coarse_vertices(), subdiv_accumulate_vertex_displacement(), and subdiv_mesh_vertex_corner().