| 372 | } |
| 373 | |
| 374 | PxFilterData NpShape::getSimulationFilterData() const |
| 375 | { |
| 376 | NP_READ_CHECK(getOwnerScene()); |
| 377 | return mShape.getSimulationFilterData(); |
| 378 | } |
| 379 | |
| 380 | void NpShape::setQueryFilterData(const PxFilterData& data) |
| 381 | { |
no outgoing calls
no test coverage detected