Blender V4.5
ShrinkwrapCalcData Struct Reference

Public Attributes

ShrinkwrapModifierData * smd
 
Object * ob
 
float(* vert_positions )[3]
 
blender::Span< blender::float3 > vert_normals
 
float(* vertexCos )[3]
 
int numVerts
 
const MDeformVert * dvert
 
int vgroup
 
bool invert_vgroup
 
Mesh * target
 
SpaceTransform local2target
 
ShrinkwrapTreeData * tree
 
Object * aux_target
 
float keepDist
 

Detailed Description

Definition at line 54 of file shrinkwrap.cc.

Member Data Documentation

◆ aux_target

Object* ShrinkwrapCalcData::aux_target

Definition at line 73 of file shrinkwrap.cc.

Referenced by shrinkwrap_calc_normal_projection(), and shrinkwrapModifier_deform().

◆ dvert

◆ invert_vgroup

◆ keepDist

◆ local2target

◆ numVerts

◆ ob

Object* ShrinkwrapCalcData::ob

◆ smd

◆ target

Mesh* ShrinkwrapCalcData::target

◆ tree

◆ vert_normals

◆ vert_positions

◆ vertexCos

◆ vgroup


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