| 430 | } |
| 431 | |
| 432 | PxU32 NpShape::getMaterials(PxMaterial** userBuffer, PxU32 bufferSize, PxU32 startIndex) const |
| 433 | { |
| 434 | NP_READ_CHECK(getOwnerScene()); |
| 435 | |
| 436 | return mShape.getMaterials(userBuffer, bufferSize, startIndex); |
| 437 | } |
| 438 | |
| 439 | PxMaterial* NpShape::getMaterialFromInternalFaceIndex(PxU32 faceIndex) const |
| 440 | { |
no outgoing calls
no test coverage detected