xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
https://xelatihy.github.io/yocto-gl
2.8k stars 205 forks source link

Implement a trivial volume renderer with strong assumptions. #343

Closed xelatihy closed 5 years ago

xelatihy commented 5 years ago

Implement volume scattering in trace_naive with

  1. no textures
  2. no volume tracking for multiple volumes
  3. no camera volume
xelatihy commented 5 years ago

Fixed in #399