| 411 | } |
| 412 | |
| 413 | void NpActor::getGlobalPose(PxTransform& globalPose, const NpShape& shape, const PxRigidActor& actor) |
| 414 | { |
| 415 | const Scb::Actor& scbActor = NpActor::getScbFromPxActor(actor); |
| 416 | const Scb::Shape& scbShape = shape.getScbShape(); |
| 417 | |
| 418 | NpActor::getGlobalPose(globalPose, scbShape, scbActor); |
| 419 | } |
| 420 | |
| 421 | void NpActor::getGlobalPose(PxTransform& globalPose, const Scb::Shape& scbShape, const Scb::Actor& scbActor) |
| 422 | { |
no test coverage detected