gokselgoktas / structured-volume-sampling

A clean room implementation of Structured Volume Sampling by Bowles and Zimmermann in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structured Volume Sampling

This project explores Structured Volume Sampling; a method introduced by Bowles and Zimmermann for minimizing aliasing when ray marching unbounded volumetrics in real-time. The algorithm functions by sampling the volume from implicit planes located at fixed world-space positions. This is in contrast to the more traditional approach where the sampling planes move with the camera, leading to severe aliasing.

Structured Volume Sampling

About

A clean room implementation of Structured Volume Sampling by Bowles and Zimmermann in Unity

License:MIT License


Languages

Language:C# 76.3%Language:GLSL 23.7%