@luma.gl/effects
Version:
Rendering and post-processing effects library for luma.gl
16 lines (9 loc) • 399 B
Markdown
# SSAOPass (Experimental)
A Screen Space Ambient Occlusion Render Pass
References:
* Based on SSAO shader module
## Properties
* `radius` - Ambient occlusion shadow radius (numeric value).
* `onlyAO` - Display only ambient occlusion result (boolean value).
* `aoClamp` - Ambient occlusion clamp (numeric value).
* `lumInfluence` - Pixel luminosity influence in AO calculation (numeric value).