| 752 | } |
| 753 | |
| 754 | void NpShape::decMeshRefCount() |
| 755 | { |
| 756 | Cm::RefCountable* npMesh = getMeshRefCountable(); |
| 757 | if(npMesh) |
| 758 | npMesh->decRefCount(); |
| 759 | } |
| 760 | |
| 761 | bool NpShape::checkMaterialSetup(const PxGeometry& geom, const char* errorMsgPrefix, PxMaterial*const* materials, PxU16 materialCount) |
| 762 | { |
nothing calls this directly
no test coverage detected