Ray tracing enables the creation of more realistic rendering effects, and recent GPUs have integrated specialized hardware accelerator units designed for ray tracing. Below is a compilation of my notes from studying in this field.

Graphics

  1. Ray Tracing in One Weekend - 1
  2. Ray Tracing in One Weekend - 2

PaperReading

  1. Paper Reading 1 -Intersection Prediction for Accelerated GPU Ray Tracing
  2. Paper Reading 2 - Vulkan-Sim:A GPU Archtecture Simulator for Ray Tracing

Experiment

  1. Install GPGPU-Sim
  2. Vulkan-Sim Experiment

Reference

  1. Literature Review for Ray Tracing