Skip to main content
GET
/
postprocess
/
settings
get current post-processing settings
curl --request GET \
  --url http://localhost:3917/postprocess/settings
{
  "bloom_enabled": true,
  "bloom_threshold": 1,
  "contrast": 1,
  "exposure": 1,
  "fxaa_enabled": true,
  "ok": true,
  "saturation": 1,
  "ssao_enabled": true,
  "ssao_intensity": 1,
  "ssao_radius": 0.5,
  "temperature": 0
}

Response

200 - application/json

Current post-processing settings (SSAO, FXAA, bloom, exposure, contrast, saturation, temperature). ok is false when the PostProcessSettings resource is absent.