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/SurfaceData/Code
Mike Balfour a6ddf4164f
SurfaceTagWeights optimization (#7436)
* Add comparison operators to SurfaceTagWeight.

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

* Changed AddSurfaceTagWeight to always combine weights.
This simplifies the API a bit and defines the behavior if someone ever tries to add a duplicate tag.

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

* Added benchmarks for measuring the performance-critical APIs.

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

* Changed SurfaceTagWeights to a fixed_vector.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
4 years ago
..
Include/SurfaceData SurfaceTagWeights optimization (#7436) 4 years ago
Source SurfaceTagWeights optimization (#7436) 4 years ago
Tests SurfaceTagWeights optimization (#7436) 4 years ago
CMakeLists.txt SurfacePoint data structure encapsulations (#7413) 4 years ago
surfacedata_editor_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
surfacedata_files.cmake SurfacePoint data structure encapsulations (#7413) 4 years ago
surfacedata_shared_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
surfacedata_tests_files.cmake Add benchmarks and unit tests for GetSurfacePoints*. (#7216) 4 years ago