|
Blender
V2.93
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct MVert * | x |
| struct MVert * | v |
| struct Mesh * | mesh |
| struct BVHTreeFromMesh * | bvhtree |
| int | cfra |
| int | numverts |
Definition at line 873 of file DNA_modifier_types.h.
| struct BVHTreeFromMesh* SurfaceModifierData::bvhtree |
Bounding volume hierarchy of the mesh faces.
Definition at line 884 of file DNA_modifier_types.h.
Referenced by blendRead(), closest_point_on_surface(), copyData(), deformVerts(), freeData(), and get_effector_data().
| int SurfaceModifierData::cfra |
Definition at line 886 of file DNA_modifier_types.h.
Referenced by deformVerts().
| struct Mesh* SurfaceModifierData::mesh |
Definition at line 881 of file DNA_modifier_types.h.
Referenced by blendRead(), copyData(), deformVerts(), and freeData().
| ModifierData SurfaceModifierData::modifier |
Definition at line 874 of file DNA_modifier_types.h.
| int SurfaceModifierData::numverts |
Definition at line 886 of file DNA_modifier_types.h.
Referenced by blendRead(), and deformVerts().
| struct MVert* SurfaceModifierData::v |
Velocity.
Definition at line 879 of file DNA_modifier_types.h.
Referenced by blendRead(), closest_point_on_surface(), copyData(), deformVerts(), and freeData().
| struct MVert* SurfaceModifierData::x |
Old position.
Definition at line 877 of file DNA_modifier_types.h.
Referenced by blendRead(), copyData(), deformVerts(), and freeData().