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.
* 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 | 4 years ago | |
| PhysXBenchmarkWashingMachine.h | 4 years ago | |
| PhysXBenchmarksCommon.cpp | 4 years ago | |
| PhysXBenchmarksCommon.h | 4 years ago | |
| PhysXBenchmarksUtilities.cpp | 4 years ago | |
| PhysXBenchmarksUtilities.h | 4 years ago | |
| PhysXCharactersBenchmarks.cpp | 4 years ago | |
| PhysXCharactersRagdollBenchmarks.cpp | 4 years ago | |
| PhysXGenericBenchmarks.cpp | 4 years ago | |
| PhysXJointBenchmarks.cpp | 4 years ago | |
| PhysXRigidBodyBenchmarks.cpp | 4 years ago | |
| PhysXSceneQueryBenchmarks.cpp | 4 years ago | |