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