Blender
V3.3
|
#include "BLI_sys_types.h"
Go to the source code of this file.
Functions | |
void | BKE_subdiv_deform_coarse_vertices (struct Subdiv *subdiv, const struct Mesh *coarse_mesh, float(*vertex_cos)[3], int num_verts) |
void BKE_subdiv_deform_coarse_vertices | ( | struct Subdiv * | subdiv, |
const struct Mesh * | coarse_mesh, | ||
float(*) | vertex_cos[3], | ||
int | num_verts | ||
) |
Definition at line 182 of file subdiv_deform.c.
References BKE_subdiv_eval_begin_from_mesh(), BKE_subdiv_foreach_subdiv_geometry(), BKE_subdiv_stats_begin(), BKE_subdiv_stats_end(), SubdivDeformContext::coarse_mesh, Subdiv::displacement_evaluator, SubdivDeformContext::have_displacement, NULL, SubdivDeformContext::num_verts, SubdivToMeshSettings::resolution, setup_foreach_callbacks(), Subdiv::stats, SubdivDeformContext::subdiv, SUBDIV_EVALUATOR_TYPE_CPU, subdiv_mesh_context_free(), SUBDIV_STATS_SUBDIV_TO_MESH, SUBDIV_STATS_SUBDIV_TO_MESH_GEOMETRY, Mesh::totpoly, SubdivToMeshSettings::use_optimal_display, SubdivForeachContext::user_data, and SubdivDeformContext::vertex_cos.
Referenced by deformMatrices().