Blender
V3.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct MVert * | x |
struct MVert * | v |
struct Mesh * | mesh |
struct BVHTreeFromMesh * | bvhtree |
int | cfra |
int | verts_num |
Definition at line 878 of file DNA_modifier_types.h.
struct BVHTreeFromMesh* SurfaceModifierData::bvhtree |
Bounding volume hierarchy of the mesh faces.
Definition at line 889 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 891 of file DNA_modifier_types.h.
Referenced by deformVerts().
struct Mesh* SurfaceModifierData::mesh |
Definition at line 886 of file DNA_modifier_types.h.
Referenced by blendRead(), copyData(), deformVerts(), and freeData().
ModifierData SurfaceModifierData::modifier |
Definition at line 879 of file DNA_modifier_types.h.
struct MVert* SurfaceModifierData::v |
Velocity.
Definition at line 884 of file DNA_modifier_types.h.
Referenced by blendRead(), closest_point_on_surface(), copyData(), deformVerts(), and freeData().
int SurfaceModifierData::verts_num |
Definition at line 891 of file DNA_modifier_types.h.
Referenced by blendRead(), and deformVerts().
struct MVert* SurfaceModifierData::x |
Old position.
Definition at line 882 of file DNA_modifier_types.h.
Referenced by blendRead(), copyData(), deformVerts(), and freeData().