Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

SSAO 1.5.1

Compare
Choose a tag to compare
@Enigmatisms Enigmatisms released this 07 Apr 13:34
· 31 commits to master since this release

Screen space ambient occlusion (SSAO) is implemented, use

python ./render.py --scene lambo --name lambo-back.xml --iter_num 8000 --arch cuda --type ao

to find out. The following images are rendered using RTX3060-laptop with a interactive preview, without it, the rendering speed is 81 fps and 161 fps, respectively. The scene consists of 300k primitives.

Lambo scene (67 fps) Lambo-back scene (120 fps)
pbr-lambo-ao pbr-lambo-back-ao

Note that the first image has some weird patches, which might be caused by erroneous normal vector and is not the problem of this renderer.