diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-26 19:43:03 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-26 19:43:03 -0600 |
| commit | b6db9a56548cd1c41bee309e721d76ea2c9320da (patch) | |
| tree | 1f0436b187db50c21e576b4f4d491530113c91bc /PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @23307153 (diff) | |
| download | physx-3.4-b6db9a56548cd1c41bee309e721d76ea2c9320da.tar.xz physx-3.4-b6db9a56548cd1c41bee309e721d76ea2c9320da.zip | |
PhysX 3.4, APEX 1.4 patch release @23472123
Diffstat (limited to 'PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h')
| -rw-r--r-- | PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h b/PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h index 19004952..a14bfee5 100644 --- a/PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h +++ b/PhysX_3.4/Source/GeomUtils/src/mesh/GuRTree.h @@ -138,8 +138,7 @@ namespace Gu { ~RTree() { release(); } PX_INLINE void release(); - bool save(PxOutputStream& stream) const; // always saves as big endian - bool load(PxInputStream& stream, PxU32 meshVersion); // converts to proper endian at load time + bool load(PxInputStream& stream, PxU32 meshVersion, bool mismatch); //////////////////////////////////////////////////////////////////////////// // QUERIES @@ -216,8 +215,6 @@ namespace Gu { PxU32 mFlags; enum { USER_ALLOCATED = 0x1, IS_EDGE_SET = 0x2 }; RTreePage* mPages; - static PxU32 mVersion; - protected: typedef PxU32 NodeHandle; #if PX_ENABLE_DYNAMIC_MESH_RTREE |