Skip to content

Demo 2D implementation of radiance cascade global illumination in Unity.

License

Notifications You must be signed in to change notification settings

ZY4N/Unity-2D-Radiance-Cascade-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity 2D Radiance Cascade Demo

Demo

This repository provides a basic implementation of a global illumination technique based on the concept of Radiance Cascades, as described in the paper Radiance Cascades: A Novel Approach to Calculating Global Illumination.

The illumination algorithm is applied as a post-processing effect on the main camera.

The repository includes two versions of the algorithm:

  • 3D Texture Implementation: For easy understanding of the technique.
  • 2D Texture Implementation: For greater portability across different platforms.

Enjoy experimenting with the demo, and happy coding!

About

Demo 2D implementation of radiance cascade global illumination in Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published