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/GradientSignal/Code/Source/Components
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
..
ConstantGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
DitherGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
GradientSurfaceDataComponent.cpp SurfaceTagWeights optimization (#7436) 4 years ago
GradientTransformComponent.cpp Moved GradientSignal component headers to Include directory. 4 years ago
ImageGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
InvertGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
LevelsGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
MixedGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
PerlinGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
PosterizeGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
RandomGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
ReferenceGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
ShapeAreaFalloffGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
SmoothStepGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago
SurfaceAltitudeGradientComponent.cpp SurfacePoint data structure encapsulations (#7413) 4 years ago
SurfaceMaskGradientComponent.cpp SurfacePoint data structure encapsulations (#7413) 4 years ago
SurfaceSlopeGradientComponent.cpp SurfacePoint data structure encapsulations (#7413) 4 years ago
ThresholdGradientComponent.cpp Change GetValues() to take in const positions. (#6987) 4 years ago