Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ray Tracing: Overview

yumcyawiz
January 10, 2021

Ray Tracing: Overview

lecture slides

yumcyawiz

January 10, 2021
Tweet

More Decks by yumcyawiz

Other Decks in Programming

Transcript

  1. Other Methods • Primary Sample Space Metropolis Light Transport(PSSMLT) •

    Gradient Domain Path Tracing(GDPT) • Matrix Bidirectional Path Tracing(M-BDPT) • Stochastic Progressive Photon Mapping(SPPM) • Vertex Connection and Merging(VCM) • and more…
  2. GPU Ray Tracing • Optix, Direct X Ray Tracing(DXR), Vulkan

    Ray Tracing(VKR) • GPUの並列計算の強みを利用 • CPUより圧倒的に計算が早い https://devblogs.microsoft.com/directx/announcing-microsoft-directx-raytracing/