| 157 | } |
| 158 | |
| 159 | void NpFactory::addArticulation(PxArticulationBase* npArticulation, bool lock) |
| 160 | { |
| 161 | addToTracking(mArticulationTracking, npArticulation, mTrackingMutex, lock); |
| 162 | } |
| 163 | |
| 164 | namespace |
| 165 | { |
nothing calls this directly
no test coverage detected