From ef6937e69e8ee3f409cf9d460d5ad300a65d5924 Mon Sep 17 00:00:00 2001 From: sschirm Date: Fri, 23 Dec 2016 14:20:36 +0100 Subject: PhysX 3.4 / APEX 1.4 release candidate @21506124 --- PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h') diff --git a/PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h b/PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h index 229ea340..0bf5e655 100644 --- a/PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h +++ b/PhysX_3.4/Source/SceneQuery/src/SqPruningPool.h @@ -76,20 +76,20 @@ namespace Sq PX_FORCE_INLINE const PxBounds3* getCurrentWorldBoxes() const { return mWorldBoxes; } PX_FORCE_INLINE PxBounds3* getCurrentWorldBoxes() { return mWorldBoxes; } - PX_FORCE_INLINE void setWorldAABB(PrunerHandle h, const PxBounds3& worldAABB) - { - mWorldBoxes[getIndex(h)] = worldAABB; - } - PX_FORCE_INLINE const PxBounds3& getWorldAABB(PrunerHandle h) const { return mWorldBoxes[getIndex(h)]; } - PX_FORCE_INLINE void updateObjects(const PrunerHandle* handles, const PxU32* indices, const PxBounds3* newBounds, PxU32 count) + PX_FORCE_INLINE void updateObjectsAndInflateBounds(const PrunerHandle* handles, const PxU32* indices, const PxBounds3* newBounds, PxU32 count) { for(PxU32 i=0; i