Releases: EmbarkStudios/physx-rs
Releases Β· EmbarkStudios/physx-rs
Release physx-sys-0.11.1
Fixed
- PR#193 fixed an issue where
physx-syswould be needlessly recompiled due to an incorrect filepath.
physx-v0.18.0
Changed
- PR#191 replaced
PxCookingwith regular functions asPxCookingis deprecated in the C++ code.PxCooking::create_bvh->physx::cooking::create_bvhPxCooking::create_convex_mesh->physx::cooking::create_convex_meshPxCooking::validate_convex_mesh->physx::cooking::validate_convex_meshPxCooking::create_height_field->physx::cooking::create_height_fieldPxCooking::create_triangle_mesh->physx::cooking::create_triangle_meshPxCooking::validate_triangle_mesh->physx::cooking::validate_triangle_mesh
physx-v0.17.0
physx-sys-v0.11.0
Changed
- PR#191 resolved #187 by replacing the deprecated
PxCookingclass with the non-deprecated free functions that implement the same functionality.phys_PxCreateCooking-> removedPxCooking_cookBVH->phys_PxCookBVHPxCooking_createBVH->phys_PxCreateBVHPxCooking_cookConvexMesh->phys_PxCookConvexMeshPxCooking_createConvexMesh->phys_PxCreateConvexMeshPxCooking_validateConvexMesh->phys_PxValidateConvexMeshPxCooking_cookHeightField->phys_PxCookHeightFieldPxCooking_cookTriangleMesh->phys_PxCookTriangleMeshPxCooking_createTriangleMesh->phys_PxCreateTriangleMeshPxCooking_validateTriangleMesh->phys_PxValidateTriangleMeshPxCooking*-> removed