|
|
|
|
|
|
|
|
|
|
CED.Action(Drawer_ReflectionProbeMode), |
|
|
|
CED.FadeGroup((s, p, o, i) => s.IsSectionExpandedMode((ReflectionProbeMode)i), |
|
|
|
FadeOption.Indent | FadeOption.Animate, |
|
|
|
FadeOption.Indent, |
|
|
|
CED.noop, // Baked
|
|
|
|
CED.Action(Drawer_ModeSettingsRealtime), // Realtime
|
|
|
|
CED.Action(Drawer_ModeSettingsCustom) // Custom
|
|
|
|
|
|
|
FoldoutOption.Indent, |
|
|
|
CED.FadeGroup( |
|
|
|
(s, p, o, i) => s.IsSectionExpandedShape((ShapeType)i), |
|
|
|
FadeOption.Animate, |
|
|
|
FadeOption.None, |
|
|
|
CED.Action(Drawer_InfluenceBoxSettings), // Box
|
|
|
|
CED.Action(Drawer_InfluenceSphereSettings) // Sphere
|
|
|
|
)/*, |
|
|
|
|
|
|
public static readonly CED.IDrawer SectionSeparateProjectionVolumeSettings = CED.FadeGroup( |
|
|
|
(s, p, o, i) => s.isSectionExpandedSeparateProjection, |
|
|
|
FadeOption.Animate, |
|
|
|
FadeOption.None, |
|
|
|
CED.FoldoutGroup( |
|
|
|
"Reprojection volume settings", |
|
|
|
(s, p, o) => s.isSectionExpandedSeparateProjection, |
|
|
|
|
|
|
FadeOption.Animate, |
|
|
|
FadeOption.None, |
|
|
|
CED.Action(Drawer_ProjectionBoxSettings), // Box
|
|
|
|
CED.Action(Drawer_ProjectionSphereSettings) // Sphere
|
|
|
|
) |
|
|
|