#include "common/PxPhysXCommonConfig.h"
#include "common/PxTolerancesScale.h"
#include "cooking/Pxc.h"
#include "cooking/PxConvexMeshDesc.h"
#include "cooking/PxTriangleMeshDesc.h"
#include "cooking/PxMidphaseDesc.h"
#include "geometry/PxTriangleMesh.h"
Go to the source code of this file.
Classes | |
struct | PxPlatform |
struct | PxConvexMeshCookingResult |
Result from convex cooking. More... | |
struct | PxConvexMeshCookingType |
Enumeration for convex mesh cooking algorithms. More... | |
struct | PxTriangleMeshCookingResult |
Result from triangle mesh cooking. More... | |
struct | PxMeshPreprocessingFlag |
Enum for the set of mesh pre-processing parameters. More... | |
struct | PxCookingParams |
Structure describing parameters affecting mesh cooking. More... | |
class | PxCooking |
Typedefs | |
typedef PxFlags < PxMeshPreprocessingFlag::Enum, PxU32 > | PxMeshPreprocessingFlags |
Functions | |
PX_DEPRECATED PX_FORCE_INLINE PxU32 | PxGetGaussMapVertexLimitForPlatform (PxPlatform::Enum targetPlatform) |
PX_C_EXPORT PX_PHYSX_COOKING_API physx::PxCooking *PX_CALL_CONV | PxCreateCooking (physx::PxU32 version, physx::PxFoundation &foundation, const physx::PxCookingParams ¶ms) |
Create an instance of the cooking interface. |