Programming Projects
Search keywords from my programming projects.
C++ and GLSL Signed Distance Function for Character Rendering
A character Alice rendered as a giant signed distance function (SDF) in C++ and GLSL.
Neural Inverse Rendering for Glinty Materials
My Master’s thesis. This project successfully reconstructs glinty materials given a set of input images through a neural inverse rendering pipeline in PyTorch.
C++ Photo Realistic Rendering Glint Effect: Discrete Microfacet with Stochastic Algorithm
This project implements the practical stochastic method proposed by Atanasov et al. for generating glints with Nori in C++. The implementation is then used to generate a final image to fit the theme loop.