Skip to content

physx-v0.18.0

Choose a tag to compare

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

Changed

  • PR#191 replaced PxCooking with regular functions as PxCooking is deprecated in the C++ code.
    • PxCooking::create_bvh -> physx::cooking::create_bvh
    • PxCooking::create_convex_mesh -> physx::cooking::create_convex_mesh
    • PxCooking::validate_convex_mesh -> physx::cooking::validate_convex_mesh
    • PxCooking::create_height_field -> physx::cooking::create_height_field
    • PxCooking::create_triangle_mesh -> physx::cooking::create_triangle_mesh
    • PxCooking::validate_triangle_mesh -> physx::cooking::validate_triangle_mesh