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/Tests/Benchmarks
Mike Balfour 2fe4524458
Terrain API cleanups (#4914)
* Terrain API fixups
Moved SurfaceData definitions in AzFramework out of terrain into separate files.
Added some missing API calls: Get*FromVector2, GetSurfacePoint*
Changed OrderedSurfaceTagWeightSet to SurfaceTagWeightList

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* PR feedback - remove IsClose check.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Fixed PhysX test compile failures by redcoding a bunch of "dummy terrain" implementation that's unused.
It was originally added for the PhysX Terrain component, but that component is long gone and has been superceded by the more generic PhysX Heightfield Collider.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Fixed up failing terrain unit tests.
Added API changes, and changed the assumption on where the surface weight sort is taking place.  The component is no longer expected to provide the sorted list, it only needs to be sorted at the end coming out of the terrain system, so the unit tests have been modified to reflect that.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
4 years ago
..
PhysXBenchmarkWashingMachine.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PhysXBenchmarkWashingMachine.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PhysXBenchmarksCommon.cpp Terrain API cleanups (#4914) 4 years ago
PhysXBenchmarksCommon.h Terrain API cleanups (#4914) 4 years ago
PhysXBenchmarksUtilities.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PhysXBenchmarksUtilities.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PhysXCharactersBenchmarks.cpp Gems/PhysX 4 years ago
PhysXCharactersRagdollBenchmarks.cpp Gems/PhysX 4 years ago
PhysXGenericBenchmarks.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PhysXJointBenchmarks.cpp PR comments 4 years ago
PhysXRigidBodyBenchmarks.cpp Gems/PhysX 4 years ago
PhysXSceneQueryBenchmarks.cpp Gems/PhysX 4 years ago