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