Merged stabilization/2106 to development; Resolved merge conflicts
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
+4
@@ -266,6 +266,10 @@ namespace AZ
|
||||
{
|
||||
AZ_Assert(probe.get(), "SetProbeCubeMap called with an invalid handle");
|
||||
probe->SetCubeMapImage(cubeMapImage, relativePath);
|
||||
|
||||
// notify the MeshFeatureProcessor that the reflection probe changed
|
||||
MeshFeatureProcessor* meshFeatureProcessor = GetParentScene()->GetFeatureProcessor<MeshFeatureProcessor>();
|
||||
meshFeatureProcessor->UpdateMeshReflectionProbes();
|
||||
}
|
||||
|
||||
void ReflectionProbeFeatureProcessor::SetProbeTransform(const ReflectionProbeHandle& probe, const AZ::Transform& transform)
|
||||
|
||||
Reference in New Issue
Block a user