#include "foundation/PxErrorCallback.h"#include "extensions/PxDefaultAllocator.h"#include "extensions/PxConstraintExt.h"#include "extensions/PxDistanceJoint.h"#include "extensions/PxFixedJoint.h"#include "extensions/PxPrismaticJoint.h"#include "extensions/PxRevoluteJoint.h"#include "extensions/PxSphericalJoint.h"#include "extensions/PxD6Joint.h"#include "extensions/PxDefaultSimulationFilterShader.h"#include "extensions/PxDefaultErrorCallback.h"#include "extensions/PxDefaultStreams.h"#include "extensions/PxRigidBodyExt.h"#include "extensions/PxShapeExt.h"#include "extensions/PxParticleExt.h"#include "extensions/PxTriangleMeshExt.h"#include "extensions/PxSerialization.h"#include "extensions/PxVisualDebuggerExt.h"#include "extensions/PxStringTableExt.h"#include "extensions/PxDefaultCpuDispatcher.h"#include "extensions/PxSmoothNormals.h"#include "extensions/PxSimpleFactory.h"#include "extensions/PxClothFabricCooker.h"#include "extensions/PxBroadPhaseExt.h"#include "extensions/PxClothMeshQuadifier.h"
Go to the source code of this file.
Functions | |
| PX_C_EXPORT bool PX_CALL_CONV | PxInitExtensions (physx::PxPhysics &physics) |
| Initialize the PhysXExtensions library. More... | |
| PX_C_EXPORT void PX_CALL_CONV | PxCloseExtensions () |
| Shut down the PhysXExtensions library. More... | |