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

Public Attributes

const Meshcoarse_mesh
 
Subdivsubdiv
 
float(* vertex_cos )[3]
 
int num_verts
 
int * accumulated_counters
 
bool have_displacement
 

Detailed Description

Definition at line 30 of file subdiv_deform.c.

Member Data Documentation

◆ accumulated_counters

int* SubdivDeformContext::accumulated_counters

◆ coarse_mesh

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().

◆ have_displacement

bool SubdivDeformContext::have_displacement

◆ num_verts

int SubdivDeformContext::num_verts

Definition at line 35 of file subdiv_deform.c.

Referenced by BKE_subdiv_deform_coarse_vertices().

◆ subdiv

Subdiv* SubdivDeformContext::subdiv

◆ vertex_cos

float(* SubdivDeformContext::vertex_cos)[3]

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