Skip to content

physx-sys-v0.11.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 03 Mar 14:21
· 25 commits to main since this release

Changed

  • PR#191 resolved #187 by replacing the deprecated PxCooking class with the non-deprecated free functions that implement the same functionality.
    • phys_PxCreateCooking -> removed
    • PxCooking_cookBVH -> phys_PxCookBVH
    • PxCooking_createBVH -> phys_PxCreateBVH
    • PxCooking_cookConvexMesh -> phys_PxCookConvexMesh
    • PxCooking_createConvexMesh -> phys_PxCreateConvexMesh
    • PxCooking_validateConvexMesh -> phys_PxValidateConvexMesh
    • PxCooking_cookHeightField -> phys_PxCookHeightField
    • PxCooking_cookTriangleMesh -> phys_PxCookTriangleMesh
    • PxCooking_createTriangleMesh -> phys_PxCreateTriangleMesh
    • PxCooking_validateTriangleMesh -> phys_PxValidateTriangleMesh
    • PxCooking* -> removed