Set skybox exposure during ReflectionProbe bake
Signed-off-by: dmcdiar <dmcdiar@amazon.com>
This commit is contained in:
+2
-2
@@ -64,8 +64,8 @@ namespace AZ
|
||||
->Attribute(AZ::Edit::Attributes::ChangeNotify, &EditorReflectionProbeComponent::BakeReflectionProbe)
|
||||
->Attribute(AZ::Edit::Attributes::Visibility, &EditorReflectionProbeComponent::GetBakedCubemapVisibilitySetting)
|
||||
->DataElement(AZ::Edit::UIHandlers::Slider, &EditorReflectionProbeComponent::m_bakeExposure, "Bake Exposure", "Exposure to use when baking the cubemap")
|
||||
->Attribute(AZ::Edit::Attributes::SoftMin, -5.0f)
|
||||
->Attribute(AZ::Edit::Attributes::SoftMax, 5.0f)
|
||||
->Attribute(AZ::Edit::Attributes::SoftMin, -16.0f)
|
||||
->Attribute(AZ::Edit::Attributes::SoftMax, 16.0f)
|
||||
->Attribute(AZ::Edit::Attributes::Min, -20.0f)
|
||||
->Attribute(AZ::Edit::Attributes::Max, 20.0f)
|
||||
->Attribute(AZ::Edit::Attributes::ChangeNotify, &EditorReflectionProbeComponent::OnBakeExposureChanged)
|
||||
|
||||
Reference in New Issue
Block a user