My name is Boris Radulov, a 22 year old software engineer from Sofia, Bulgaria. I graduated CS from the University of Leeds in 2023 and am currently working on a bunch of different things.
You can reach me at [email protected].
My Final Thesis: "BRDFs: Comparative Analysis of Theoretical and Empirical BRDFs in Offline Raytracing":
Ray tracing has become the industry standard for photo-realistic rendering. There’s two main questions that must be considered when implementing ray-tracing. Firstly, how exactly rays are calculated and bounced off surfaces. This determines the rendering of shadows and the contributions of lights to the scene. Secondly, how colors are calculated at the intersections of rays and triangles in the surface. This paper tackles both of these questions through the visual and performance analysis of bidirectional reflectance distribution functions (BRDFs). Analysis is performed on multiple BRDFs of varying complexity and a recommendation to use microfacet models is given because of their relatively small impact on performance as compared to the noticeable increase of visual fidelity
Here's a render from it:
The full paper can be found here: https://drive.google.com/file/d/1vq5Atux6nN8xdhyHF7pHj1xgKeJbyHZt/view?usp=sharing.