aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/SimulationController/src/ScBodySim.h
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/SimulationController/src/ScBodySim.h')
-rw-r--r--PhysX_3.4/Source/SimulationController/src/ScBodySim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/SimulationController/src/ScBodySim.h b/PhysX_3.4/Source/SimulationController/src/ScBodySim.h
index 375e58b9..943cf3a0 100644
--- a/PhysX_3.4/Source/SimulationController/src/ScBodySim.h
+++ b/PhysX_3.4/Source/SimulationController/src/ScBodySim.h
@@ -228,6 +228,8 @@ namespace Sc
return (getFlagsFast()&ktFlags) == ktFlags;
}
+ PX_FORCE_INLINE PxU32 getNbShapes() const { return this->mNumElements; }
+
void createSqBounds();
void destroySqBounds();
void freezeTransforms(Cm::BitMapPinned* shapeChangedMap);