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