15 #ifndef __BULLET_SOFT_BODY_SHAPE_H__ 16 #define __BULLET_SOFT_BODY_SHAPE_H__ 18 #include "pandabase.h" 20 #include "bullet_includes.h" 21 #include "bulletShape.h" 39 virtual btCollisionShape *ptr()
const;
42 btSoftBodyCollisionShape *_shape;
49 static void init_type() {
50 BulletShape::init_type();
51 register_type(_type_handle,
"BulletSoftBodyShape",
52 BulletShape::get_class_type());
55 return get_class_type();
59 return get_class_type();
66 #include "bulletSoftBodyShape.I" 68 #endif // __BULLET_SOFT_BODY_SHAPE_H__
TypeHandle is the identifier used to differentiate C++ class types.