Skip to content

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

License

Notifications You must be signed in to change notification settings

gokselgoktas/structured-volume-sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published