| 111 | } |
| 112 | |
| 113 | void NpArticulationReducedCoordinate::zeroCache(PxArticulationCache& cache) |
| 114 | { |
| 115 | NP_READ_CHECK(mImpl.getOwnerScene()); // doesn't modify the scene, only reads |
| 116 | return mImpl.mArticulation.getScArticulation().zeroCache(cache); |
| 117 | } |
| 118 | |
| 119 | void NpArticulationReducedCoordinate::applyCache(PxArticulationCache& cache, const PxArticulationCacheFlags flag, bool autowake) |
| 120 | { |
nothing calls this directly
no test coverage detected