| 336 | bool NpShape::getHeightFieldGeometry(PxHeightFieldGeometry& g) const { return getGeometryT(this, PxGeometryType::eHEIGHTFIELD, g); } |
| 337 | |
| 338 | PxRigidActor* NpShape::getActor() const |
| 339 | { |
| 340 | NP_READ_CHECK(getOwnerScene()); |
| 341 | return mActor; |
| 342 | } |
| 343 | |
| 344 | void NpShape::setLocalPose(const PxTransform& newShape2Actor) |
| 345 | { |
no outgoing calls