| 636 | } |
| 637 | |
| 638 | void NpShape::onActorAttach(PxRigidActor& actor) |
| 639 | { |
| 640 | incRefCount(); |
| 641 | if(isExclusiveFast()) |
| 642 | mActor = &actor; |
| 643 | Ps::atomicIncrement(&mExclusiveAndActorCount); |
| 644 | } |
| 645 | |
| 646 | void NpShape::onActorDetach() |
| 647 | { |
no test coverage detected