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