Leadwerks Framework is a set of commands of the Leadwerks Engine to handle advanced rendering techniques. It allows many post-processing effects to be combined without interfering with one another.
Features easy straight forward setup and managing for these effects:
- Distance fog
- Skyboxes
- HDR / Iris adjustment
- Bloom
- Antialias
- Near and far depth-of-field (DOF)
- Volumetric light scattering (God rays)
- Screen-space ambient occlusion (SSAO)
- Transparency and refraction.
- Water with reflection, refraction, physics, and full-screen underwater effects.
Commands
CreateFrameworkFreeFramework
GetFrameworkLayer
GetFrameworkListener
GetLayerCamera
GetLayerWorld
RenderFramework
ResetFramework
SetAntialias
SetBackgroundColor
SetBackgroundMode
SetBloom
SetBrightness
SetContrast
SetDistanceFog
SetDistanceFogAngle
SetDistanceFogColor
SetDistanceFogRange
SetFarDOF
SetFarDOFRange
SetFarDOFStrength
SetGodRays
SetHDR
SetNearDOF
SetNearDOFRange
SetNearDOFStrength
SetReflectionElements
SetSaturation
SetSkybox
SetSSAO
SetStats
SetWater
SetWaterAmplitude
SetWaterColor
SetWaterHeight
SetWaterSoftness
SetWaterVisibility
SetWaterWaveSpeed
SetZoom
UpdateFramework




