| 551 | } |
| 552 | |
| 553 | void BodySim::internalWakeUp(PxReal wakeCounterValue) |
| 554 | { |
| 555 | if(mArticulation) |
| 556 | mArticulation->internalWakeUp(wakeCounterValue); |
| 557 | else |
| 558 | internalWakeUpBase(wakeCounterValue); |
| 559 | } |
| 560 | |
| 561 | void BodySim::internalWakeUpArticulationLink(PxReal wakeCounterValue) |
| 562 | { |
no outgoing calls
no test coverage detected