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