diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h')
| -rw-r--r-- | PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h b/PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h index f39da465..2b36cc23 100644 --- a/PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h +++ b/PhysX_3.4/Source/LowLevel/software/include/PxsNphaseImplementationContext.h @@ -73,6 +73,7 @@ public: mModifyCallback(NULL), mIslandSim(islandSim) {} virtual void destroy(); virtual void updateContactManager(PxReal dt, bool hasBoundsArrayChanged, bool hasContactDistanceChanged, PxBaseTask* continuation, PxBaseTask* firstPassContinuation); + virtual void postBroadPhaseUpdateContactManager() {} virtual void secondPassUpdateContactManager(PxReal dt, PxBaseTask* continuation); virtual void registerContactManager(PxsContactManager* cm, PxI32 touching, PxU32 numPatches); |