Blender
V3.3
|
#include <DNA_rigidbody_types.h>
Public Attributes | |
struct PointCache * | pointcache |
struct ListBase | ptcaches |
void * | physics_world |
Container for data shared by original and evaluated copies of RigidBodyWorld.
Definition at line 26 of file DNA_rigidbody_types.h.
void* RigidBodyWorld_Shared::physics_world |
Physics sim world (i.e. btDiscreteDynamicsWorld).
Definition at line 33 of file DNA_rigidbody_types.h.
Referenced by BKE_rigidbody_free_object(), BKE_rigidbody_free_world(), rigidbody_world_export_exec(), and scene_blend_read_data().
struct PointCache* RigidBodyWorld_Shared::pointcache |
Definition at line 28 of file DNA_rigidbody_types.h.
Referenced by BKE_ptcache_id_from_rigidbody(), BKE_rigidbody_free_world(), blo_do_versions_280(), scene_blend_read_data(), and scene_blend_write().
struct ListBase RigidBodyWorld_Shared::ptcaches |
Definition at line 28 of file DNA_rigidbody_types.h.
Referenced by BKE_ptcache_id_from_rigidbody(), BKE_rigidbody_free_world(), blo_do_versions_280(), scene_blend_read_data(), and scene_blend_write().