|
Blender V4.3
|
Public Attributes | |
| GHash * | colliderhash |
| short | needstobuildcollider |
| short | flag |
| BodyFace * | bodyface |
| int | bodyface_num |
| float | aabbmin [3] |
| float | aabbmax [3] |
| ReferenceState | Ref |
Definition at line 104 of file softbody.cc.
| float SBScratch::aabbmax[3] |
Definition at line 110 of file softbody.cc.
Referenced by sb_detect_aabb_collisionCached(), sb_new_scratch(), and softbody_apply_forces().
| float SBScratch::aabbmin[3] |
Definition at line 110 of file softbody.cc.
Referenced by sb_detect_aabb_collisionCached(), sb_new_scratch(), and softbody_apply_forces().
| BodyFace* SBScratch::bodyface |
Definition at line 108 of file softbody.cc.
Referenced by free_scratch(), mesh_faces_to_scratch(), sb_new_scratch(), and scan_for_ext_face_forces().
| int SBScratch::bodyface_num |
Definition at line 109 of file softbody.cc.
Referenced by mesh_faces_to_scratch(), sb_new_scratch(), and scan_for_ext_face_forces().
| GHash* SBScratch::colliderhash |
Definition at line 105 of file softbody.cc.
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 107 of file softbody.cc.
Referenced by _softbody_calc_forces_slice_in_a_thread(), and softbody_step().
| short SBScratch::needstobuildcollider |
Definition at line 106 of file softbody.cc.
Referenced by softbody_reset(), and softbody_step().
| ReferenceState SBScratch::Ref |
Definition at line 111 of file softbody.cc.
Referenced by free_scratch(), reference_to_scratch(), SB_estimate_transform(), and sb_new_scratch().