Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/RemovedGradientImageBuilder

This commit is contained in:
Chris Galvan
2022-02-16 09:21:03 -06:00
45 changed files with 1335 additions and 567 deletions
@@ -108,6 +108,7 @@ namespace GradientSignal
// Create a fake surface point with the position we're sampling.
AzFramework::SurfaceData::SurfacePoint point;
point.m_position = params.m_position;
point.m_normal = AZ::Vector3::CreateAxisZ();
SurfaceData::SurfacePointList pointList = AZStd::span<const AzFramework::SurfaceData::SurfacePoint>(&point, 1);
// Send it into the component, see what emerges