You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/PhysX/Code
moraaar a29623e5f0
Fixed editor crash using cylinder shape component (#5037)
Fixed cylinder shape by considering shape config list to be empty.

The crash came from clearing shape config list when cylinder height is zero, but when the height is restored to zero it was expecting an element in the list.

The code to set the shape configuration was the same for many shape types, so it has been refactored to a helper function.

Fixes #4999
4 years ago
..
Editor Addressed feedback from PR 4874. (#4915) 4 years ago
Include/PhysX Terrain Physics Heightfield support 4 years ago
NumericalMethods Merge branch 'development' into cmake/SPEC-7179 4 years ago
Source Fixed editor crash using cylinder shape component (#5037) 4 years ago
Tests Fixed editor crash using cylinder shape component (#5037) 4 years ago
CMakeLists.txt Moving run Physx Benchmarks behind a cmake flag (#4411) 4 years ago
physx_editor_files.cmake Terrain Physics Heightfield support 4 years ago
physx_editor_shared_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
physx_editor_tests_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
physx_files.cmake Terrain Physics Heightfield support 4 years ago
physx_shared_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
physx_tests_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
physx_unsupported_files.cmake Miscellaneous fixes and PAL changes required for restricted platforms. (#4021) 4 years ago
physx_unsupported_shared_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago