| 357 | } |
| 358 | |
| 359 | void NpShapeManager::addPrunerShape(SceneQueryManager& sqManager, PxU32 index, const NpShape& shape, const PxRigidActor& actor, bool dynamic, const PxBounds3* bound, bool hasPrunerStructure) |
| 360 | { |
| 361 | const Scb::Shape& scbShape = shape.getScbShape(); |
| 362 | const Scb::Actor& scbActor = NpActor::getScbFromPxActor(actor); |
| 363 | setPrunerData(index, sqManager.addPrunerShape(scbShape, scbActor, dynamic, mSqCompoundId, bound, hasPrunerStructure)); |
| 364 | } |
| 365 | |
| 366 | void NpShapeManager::setupSceneQuery(SceneQueryManager& sqManager, const PxRigidActor& actor, PxU32 index) |
| 367 | { |
no outgoing calls
no test coverage detected