14 #ifndef PHYSXCONVEXSHAPE_H
15 #define PHYSXCONVEXSHAPE_H
36 INLINE NxShape *ptr()
const {
return (NxShape *)_ptr; };
38 void link(NxShape *shapePtr);
48 static void init_type() {
49 PhysxShape::init_type();
51 PhysxShape::get_class_type());
54 return get_class_type();
58 return get_class_type();
Descriptor class for PhysxConvexShape.
A shapes which is used to represent an instance of an convex mesh.
Abstract base class for shapes.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...