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