From 2398860b2b9bd6d9ec55a4b1cfddbcf1f6e4ebf6 Mon Sep 17 00:00:00 2001 From: Ales Borovicka Date: Wed, 15 Mar 2017 15:20:53 +0100 Subject: PhysX 3.4, APEX 1.4 patch release @21821222 --- PhysX_3.4/Source/LowLevel/software/include/PxsCCD.h | 1 + 1 file changed, 1 insertion(+) (limited to 'PhysX_3.4/Source/LowLevel/software/include') diff --git a/PhysX_3.4/Source/LowLevel/software/include/PxsCCD.h b/PhysX_3.4/Source/LowLevel/software/include/PxsCCD.h index d9952422..85ee5979 100644 --- a/PhysX_3.4/Source/LowLevel/software/include/PxsCCD.h +++ b/PhysX_3.4/Source/LowLevel/software/include/PxsCCD.h @@ -129,6 +129,7 @@ struct PxsCCDBody PxsRigidBody* mBody; //The rigid body PxsCCDOverlap* mOverlappingObjects; //A list of overlapping bodies for island update PxU32 mUpdateCount; //How many times this body has eben updated in the CCD. This is correlated with CCD shapes' update counts. + PxU32 mNbInteractionsThisPass; //How many interactions this pass -- cgit v1.2.3