15 #ifndef PHYSXHEIGHTFIELDSHAPE_H 16 #define PHYSXHEIGHTFIELDSHAPE_H 18 #include "pandabase.h" 20 #include "physxShape.h" 21 #include "physx_includes.h" 45 INLINE ~PhysxHeightFieldShape();
50 INLINE NxShape *ptr()
const {
return (NxShape *)_ptr; };
52 void link(NxShape *shapePtr);
56 NxHeightFieldShape *_ptr;
63 static void init_type() {
64 PhysxShape::init_type();
65 register_type(_type_handle,
"PhysxHeightFieldShape",
66 PhysxShape::get_class_type());
69 return get_class_type();
73 return get_class_type();
80 #include "physxHeightFieldShape.I" 82 #endif // PHYSXHEIGHTFIELDSHAPE_H Abstract base class for shapes.
This class is a shape instance of a height field object of type PhysxHeightField. ...
Descriptor class for PhysxHeightFieldShape.
TypeHandle is the identifier used to differentiate C++ class types.