Software Raytracer
Small test (one week of work) done to learn the inner workings of a raytracer. It creates an octree with empty/filled space, and then generates a stream of images with a camera moving through that space.
Graphics-wise, it's got:
- Ambient occlusion (calculated offline while fractal generation).
- Sun hard shadows.
- Arbitrary levels of reflections.
- Depth of field effect with autofocus.
- Arbitrary multisampling (needed for DoF).
Small video showing the program's capabilities:
And another one in full HD:
Leave a comment