86 eWELD_VERTICES = 1 << 0,
106 eDISABLE_CLEAN_MESH = 1 << 3,
111 eDISABLE_ACTIVE_EDGES_PRECOMPUTE = 1 << 4,
118 eFORCE_32BIT_INDICES = 1 << 5
129 eSIM_PERFORMANCE = 0,
130 eCOOKING_PERFORMANCE = 1
258 skinWidth(0.025f*sc.length),
259 areaTestEpsilon(0.06f*sc.length*sc.length),
260 suppressTriangleMeshRemapTable(false),
261 buildTriangleAdjacencies(false),
263 meshPreprocessParams(0),
265 meshWeldTolerance(0.f),
266 meshSizePerformanceTradeOff(0.55f)
268 #if defined(PX_X86) || defined(PX_X64)
270 #elif defined(PX_X360)
272 #elif defined(PX_PS3)
274 #elif defined(PX_ARM) || defined(PX_A64)
276 #elif defined(PX_WIIU)
279 #error Unknown platform
295 virtual void release() = 0;
320 virtual bool platformMismatch() = 0;
473 physx::PxFoundation& foundation,
474 const physx::PxCookingParams& params);