| 547 | } |
| 548 | |
| 549 | PxU32 NpFactory::getNbShapes() const |
| 550 | { |
| 551 | // PT: TODO: isn't there a lock missing here? See usage in MeshFactory |
| 552 | return mShapeTracking.size(); |
| 553 | } |
| 554 | |
| 555 | PxU32 NpFactory::getShapes(PxShape** userBuffer, PxU32 bufferSize, PxU32 startIndex) const |
| 556 | { |
no test coverage detected