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