Physically Based Rendering: Implementation of Path Tracer
Helsinki Metropolia University of Applied Sciences
Helsinki Metropolia University of Applied Sciences, 2015
@article{truong2015physically,
title={Physically Based Rendering: Implementation of Path Tracer},
author={Truong, Vinh},
year={2015},
publisher={Metropolia Ammattikorkeakoulu}
}
The main topic of this thesis was to implement a computer program that can render photorealistic images by simulating the laws of physics. In practice the program builds an image by finding every possible path that a light ray can travel. Technique presented in this thesis will naturally simulate many physical phenomenons such as reflections, glass materials, soft shadows, indirect lighting etc. This thesis explains step-by-step how a pixel in an image gets its color by tracing a light ray through an arbitrary scene. The thesis also explains how to make the renderer run faster by optimizing certain data structures and exploiting parallellism in CPU and in GPU by using the OpenCL framework. Using these techniques it is possible to reduce the time spent in rendering from several days to a few minutes. The thesis explains the theory behind path tracing algorithm, architecture of the program and its implementation details. Finally the thesis presents variety of images that the program is capable of generating and thoughts about future development.
May 20, 2015 by hgpu