FX Challenge Ray Tracer Render
We got the task of writing a ray tracer from scratch and create your own interesting scene with existing assets in the internal library.

Sunday, 27 January 2019, 09:53 PM# tech raytracer
We got the task of writing a ray tracer from scratch and create your own interesting scene with existing assets in the internal library.
Sunday, 27 January 2019, 09:53 PM# tech raytracer
This code is minimal, written in C, uses just the algorithms needed to trace, very less pointers usage, intentionally brute force, and no use of any external libraries.
Thursday, 01 November 2012, 01:12 AM# tech raytracer