Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/RemovedGradientImageBuilder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user