top of page

Ray Tracing - Animation


In com

puter graphics, ray tracing is a technique for generating an image by tracing the path of light through pixels in an image plane and simulating the effects of its encounters with virtual objects. I developed a ray tracing pipeline in C++ that can handle static and animated scenes. A short animation video is presented that includes texturing, shadows and glossy effects (diffusion).

Tags:

bottom of page