15 #ifndef PHYSXCONVEXSHAPE_H 16 #define PHYSXCONVEXSHAPE_H 18 #include "pandabase.h" 20 #include "physxShape.h" 21 #include "physx_includes.h" 34 INLINE ~PhysxConvexShape();
40 INLINE NxShape *ptr()
const {
return (NxShape *)_ptr; };
42 void link(NxShape *shapePtr);
53 static void init_type() {
54 PhysxShape::init_type();
55 register_type(_type_handle,
"PhysxConvexShape",
56 PhysxShape::get_class_type());
59 return get_class_type();
63 return get_class_type();
70 #include "physxConvexShape.I" 72 #endif // PHYSXCONVEXSHAPE_H Abstract base class for shapes.
Descriptor class for PhysxConvexShape.
A shapes which is used to represent an instance of an convex mesh.
TypeHandle is the identifier used to differentiate C++ class types.