reset default ssao settings

This commit is contained in:
NULL511
2023-09-04 00:12:45 -04:00
parent 4f1f11e769
commit 4cd6bc06f1
7 changed files with 32 additions and 20 deletions
@@ -86,13 +86,15 @@ public interface IDhApiGraphicsConfig extends IDhApiConfigGroup
IDhApiConfigValue<Boolean> ambientOcclusion();
IDhApiConfigValue<Double> ambientOcclusionRadius();
IDhApiConfigValue<Integer> ambientOcclusion_SampleCount();
IDhApiConfigValue<Double> ambientOcclusionStrength();
IDhApiConfigValue<Double> ambientOcclusion_Radius();
IDhApiConfigValue<Double> ambientOcclusionBias();
IDhApiConfigValue<Double> ambientOcclusion_Strength();
IDhApiConfigValue<Double> ambientOcclusionMinLight();
IDhApiConfigValue<Double> ambientOcclusion_Bias();
IDhApiConfigValue<Double> ambientOcclusion_MinLight();
IDhApiConfigValue<ETransparency> transparency();