Blender
V3.3
|
Public Attributes | |
btCollisionShape * | cshape |
rbMeshData * | mesh |
rbCollisionShape ** | compoundChildShapes |
int | compoundChilds |
Definition at line 82 of file rb_bullet_api.cpp.
int rbCollisionShape::compoundChilds |
Definition at line 86 of file rb_bullet_api.cpp.
Referenced by RB_compound_add_child_shape(), RB_shape_delete(), RB_shape_new_box(), RB_shape_new_capsule(), RB_shape_new_compound(), RB_shape_new_cone(), RB_shape_new_convex_hull(), RB_shape_new_cylinder(), RB_shape_new_gimpact_mesh(), RB_shape_new_sphere(), and RB_shape_new_trimesh().
rbCollisionShape** rbCollisionShape::compoundChildShapes |
Definition at line 85 of file rb_bullet_api.cpp.
Referenced by RB_compound_add_child_shape(), RB_shape_delete(), RB_shape_new_box(), RB_shape_new_capsule(), RB_shape_new_compound(), RB_shape_new_cone(), RB_shape_new_convex_hull(), RB_shape_new_cylinder(), RB_shape_new_gimpact_mesh(), RB_shape_new_sphere(), and RB_shape_new_trimesh().
btCollisionShape* rbCollisionShape::cshape |
Definition at line 83 of file rb_bullet_api.cpp.
Referenced by RB_body_new(), RB_body_set_collision_shape(), RB_compound_add_child_shape(), RB_shape_delete(), RB_shape_get_margin(), RB_shape_new_box(), RB_shape_new_capsule(), RB_shape_new_compound(), RB_shape_new_cone(), RB_shape_new_convex_hull(), RB_shape_new_cylinder(), RB_shape_new_gimpact_mesh(), RB_shape_new_sphere(), RB_shape_new_trimesh(), RB_shape_set_margin(), and RB_shape_trimesh_update().
rbMeshData* rbCollisionShape::mesh |
Definition at line 84 of file rb_bullet_api.cpp.
Referenced by RB_shape_delete(), RB_shape_new_box(), RB_shape_new_capsule(), RB_shape_new_compound(), RB_shape_new_cone(), RB_shape_new_convex_hull(), RB_shape_new_cylinder(), RB_shape_new_gimpact_mesh(), RB_shape_new_sphere(), RB_shape_new_trimesh(), and RB_shape_trimesh_update().