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
Mike Balfour 39ba06b84e
misc small terrain bugfixes (#5834)
* Removed "chatty" profile markers.
These three markers were making terrain refreshes take ~200% longer in profile builds.

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

* Terrain surface data wasn't updating its AABB correctly.
The code was making an invalid assumption that changes to the world bounds would result in an invalid dirtyRegion.  It actually gets a valid region encapsulating the old and new bounds.  The fix is an additional check to see if the terrain bounds changed.

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

* Addressed previous PR feedback that terrainSystem ought to be a local variable in each test.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
4 years ago
..
Components misc small terrain bugfixes (#5834) 4 years ago
Editor Gems/GradientSignal 4 years ago
UI Gems/GradientSignal 4 years ago
GradientImageConversion.cpp GradientSignal 5 years ago
GradientSampler.cpp Merge branch 'development' of https://github.com/o3de/o3de into GroupToggleSwitch 5 years ago
GradientSignalEditorModule.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
GradientSignalEditorModule.h Merge branch 'development' into cmake/SPEC-7179 5 years ago
GradientSignalModule.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
GradientSignalModule.h Merge branch 'development' into cmake/SPEC-7179 5 years ago
GradientSignalSystemComponent.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
GradientSignalSystemComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ImageAsset.cpp misc small terrain bugfixes (#5834) 4 years ago
ImageSettings.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
PerlinImprovedNoise.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
SmoothStep.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
Util.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago