| 423 | } |
| 424 | |
| 425 | PxU16 NpShape::getNbMaterials() const |
| 426 | { |
| 427 | NP_READ_CHECK(getOwnerScene()); |
| 428 | |
| 429 | return mShape.getNbMaterials(); |
| 430 | } |
| 431 | |
| 432 | PxU32 NpShape::getMaterials(PxMaterial** userBuffer, PxU32 bufferSize, PxU32 startIndex) const |
| 433 | { |
no outgoing calls
no test coverage detected