Giter VIP home page Giter VIP logo

gi-study's Introduction

  • Regular grid of irradiance probes
    • Probes stored in two texture maps (RGB, RG)
      • Each texture map stores 4 copies of the same view at different heights above the scene
      • The first map stores irradiance of each probe in 6x6 tiles
      • The second map stores radius, radius^2 visibility of each probe in the R,G channels, in 16x16 tiles
      • Each probe tile is octahedron-encoded, and has a 1px border for bilinear blending between probes
    • Probe textures arranged into cascades (like cascaded shadow maps)
      • Lower resolution (coarser) cascade probes map to a larger area of the world
      • More probes in higher resolution (finer) cascades
      • Update finer cascade probes more frequently than coarse cascade probes
      • Fade out coarse cascades
  • Algorithm
    1. Generate ~200 rays per probe, generate G-Buffer with pixel per hit
    2. Use deferred shading to compute each pixel output
    3. Each probe finds rays that affect it, and blends in the new pixel data using an exponentially-weighted moving average, like TAA
    4. For each pixel on screen, shade it by sampling from the probes
  • Advantages
    • Avoids light leaks and noise
    • Fully dynamic
    • Can be tuned to never update (baked) or update more slowly for mobile or weaker devices
  • Disadvantages
    • Diffuse indirect only (no specular, no direct)
    • Requires shadow-map like bias parameter
  • TODO

Godot SDFGI

  • TODO

Unreal Engine Lumen

Surfel GI

ReSTIR

  • TODO
  • TODO

Voxel Cone Tracing

  • TODO

Screen-space GI (SSGI)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.