|
Blender V4.3
|
Public Attributes | |
| btCollisionShape * | cshape |
| rbMeshData * | mesh |
| rbCollisionShape ** | compoundChildShapes |
| int | compoundChilds |
Definition at line 83 of file rb_bullet_api.cpp.
| int rbCollisionShape::compoundChilds |
Definition at line 87 of file rb_bullet_api.cpp.
Referenced by RB_compound_add_child_shape().
| rbCollisionShape** rbCollisionShape::compoundChildShapes |
Definition at line 86 of file rb_bullet_api.cpp.
Referenced by RB_compound_add_child_shape().
| btCollisionShape* rbCollisionShape::cshape |
Definition at line 84 of file rb_bullet_api.cpp.
Referenced by RB_compound_add_child_shape(), RB_shape_new_box(), RB_shape_new_capsule(), RB_shape_new_cone(), RB_shape_new_cylinder(), and RB_shape_new_sphere().
| rbMeshData* rbCollisionShape::mesh |
Definition at line 85 of file rb_bullet_api.cpp.