Blender
V3.3
|
Public Attributes | |
GHash * | colliderhash |
short | needstobuildcollider |
short | flag |
BodyFace * | bodyface |
int | totface |
float | aabbmin [3] |
float | aabbmax [3] |
ReferenceState | Ref |
Definition at line 101 of file softbody.c.
float SBScratch::aabbmax[3] |
Definition at line 107 of file softbody.c.
Referenced by sb_detect_aabb_collisionCached(), sb_new_scratch(), and softbody_apply_forces().
float SBScratch::aabbmin[3] |
Definition at line 107 of file softbody.c.
Referenced by sb_detect_aabb_collisionCached(), sb_new_scratch(), and softbody_apply_forces().
BodyFace* SBScratch::bodyface |
Definition at line 105 of file softbody.c.
Referenced by free_scratch(), mesh_faces_to_scratch(), sb_new_scratch(), and scan_for_ext_face_forces().
GHash* SBScratch::colliderhash |
Definition at line 102 of file softbody.c.
Referenced by free_scratch(), sb_detect_aabb_collisionCached(), sb_detect_edge_collisionCached(), sb_detect_face_collisionCached(), sb_detect_face_pointCached(), sb_detect_vertex_collisionCached(), sb_new_scratch(), and softbody_step().
short SBScratch::flag |
Definition at line 104 of file softbody.c.
Referenced by _softbody_calc_forces_slice_in_a_thread(), and softbody_step().
short SBScratch::needstobuildcollider |
Definition at line 103 of file softbody.c.
Referenced by softbody_reset(), and softbody_step().
ReferenceState SBScratch::Ref |
Definition at line 108 of file softbody.c.
Referenced by free_scratch(), reference_to_scratch(), SB_estimate_transform(), and sb_new_scratch().
int SBScratch::totface |
Definition at line 106 of file softbody.c.
Referenced by mesh_faces_to_scratch(), sb_new_scratch(), and scan_for_ext_face_forces().