15 #include "physxCcdSkeleton.h"
16 #include "physxMeshPool.h"
25 void PhysxCcdSkeleton::
26 link(NxCCDSkeleton *skeletonPtr) {
39 void PhysxCcdSkeleton::
43 _error_type = ET_released;
52 void PhysxCcdSkeleton::
55 nassertv(_error_type == ET_ok);
58 NxGetPhysicsSDK()->releaseCCDSkeleton(*_ptr);
72 nassertr(_error_type == ET_ok, 0);
74 return _ptr->getReferenceCount();
static PhysxManager * get_global_ptr()
Returns a pointer to the global PhysxManager object.
unsigned int get_reference_count() const
Returns the reference count for shared meshes.
TypeHandle is the identifier used to differentiate C++ class types.