Expand description
Post-processing effects for rendered images
Functionsยง
- apply_
shading - Combines two images with shading
- blur_
ssao - Blurs the given image, which is expected to be an SSAO occlusion map
- compute_
ssao - Computes SSAO occlusion at each pixel in an image
- denoise_
normals - Denoise normals by replacing back-facing normals with their average neighbor
- ssao_
kernel - Returns a SSAO kernel matrix
- ssao_
noise - Returns an SSAO noise matrix
- to_
debug_ bitmap - Converts a
DistancePixelimage into a debug visualization - to_
rgba_ bitmap - Converts a
DistancePixelimage into an RGBA bitmap - to_
rgba_ distance - Converts a
DistancePixelimage to a SDF rendering