https://github.com/specht/ciao
https://github.com/specht/ciao
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/specht/ciao
- Owner: specht
- Created: 2018-12-27T06:43:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T12:30:13.000Z (about 7 years ago)
- Last Synced: 2025-02-16T07:41:26.230Z (over 1 year ago)
- Language: C++
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cham's Ambient Occlusion Renderer
This is a _working work in progress_. It's a small raytracer which does quadtree-powered ambient occlusion.
Compile with `make`, run with `./ciao out.pbm`. Tested on Linux!
This will render the following image:

More information can be found [here](https://imgur.com/a/tbusM1l).