15 #ifndef PHYSXCONVEXSHAPEDESC_H
16 #define PHYSXCONVEXSHAPEDESC_H
18 #include "pandabase.h"
20 #include "physxShapeDesc.h"
21 #include "physx_includes.h"
33 INLINE ~PhysxConvexShapeDesc();
35 INLINE
void set_to_default();
36 INLINE
bool is_valid()
const;
41 NxShapeDesc *ptr()
const {
return (NxShapeDesc *)&_desc; };
42 NxConvexShapeDesc _desc;
45 #include "physxConvexShapeDesc.I"
47 #endif // PHYSXCONVEXSHAPEDESC_H
Descriptor class for PhysxConvexShape.
Abstract base class for shape descriptors.