CPU/GPU Ray Tracer
Details:
Two projects done for my Master's course 3D Programming. The first one is a CPU Ray Tracer and the second a GPU Ray Tracer
Source Code:
https://github.com/rita-mota/DistributionRayTracerDescription:
- CPU ray tracer: for this project we implemented a ray tracer that uses the CPU, stochastic sampling techiques, and acceleration structures
- GPU ray tracer: for this project we implemented a GPU Progressive Path Tracer with motion blur, depth-of-field, and GGX Microfacets BRDF