SlideShare a Scribd company logo
1 of 29
GLOBAL ILLUMINATION
(BLACK) PHOTONS EVERYWHERE
Dragan Okanovic
@abstractalgo
PROBLEMS OF COMPUTER GRAPHICS
 generate digital imagery, so it looks “real”
 only two problems:
1. materials:
 bsdf
 brdf (diffuse, glossy, specular reflections)
 btdf (refraction& transmission)
 bssdf (subsurface scattering)
 emitting
2. camera
 resolution + fov
 lens flare
 aberrations
 bokeh dof
 hdr & tonemapping
 bloom & glow
 motion blur
 anti-aliasing
 filmgrain
 ...
GLOBAL ILLUMINATION
 GI is a consequence of how photons are scattered around the scene
 GI is an effect, i.e. doesn’t exist per-se and is dependent of the scene
 In a CG terminology, GI is a set of algorithms that compute (ir)radiance
for any given point in space, in the spherical domain
 That computed irradiance is then used in combination with material’s
properties at that particular point in space, for final calculation of the
radiance
 Radiance is used as the input to the camera system
 global illumination sub-effects:
 shadows
 ambient occlusion
 color bleed/indirect illumination
 caustics
 volumetric lighting
 shadows
 check if surface is lit directly
 ambient occlusion
 check how “occluded” the surface is and how hard is for the light to reach that point in space
 color bleed / indirect illumination
 is reflected light strong enough so even diffuse surfaces “bleed” their color on surrounding (non-emitters behave like light source)
 caustics
 is enough of the light reflected/refracted to create some interesting bright patterns
 volumetric lighting
 how does participating media interact with the light
 global illumination
 describes how light is scattered around the scene, how light is transported through the scene
 what interesting visual effects start appearing because of such light transport
sh ao
sh + ind.illum. sh sh + vol. + ind.illum. sh + caustics + ind.illum. + ao
sh + ind.illum. + ao
FORMULATION OF THE PROBLEM
 analytically calculate or approximate the irradiance over the sphere, for a certain point in space, in a
converged state
 how much each point [A] contributes to every other [B] in the scene
 how much [A->B] influences point [A]
 how much does that influence [B] back
 ....
 recursive, but it can converge and reach a certain equilibrium
[A->B]
[[A->B]->A]
[[[A->B]->A]->B]
[all light bounces]
ALGORITHMS
 pathtracing
 radiosity
 photon mapping
 RSM (reflective shadow maps)
 instant radiosity
 irradiance volumes
 LPV (light propagation volumes)
 deferred radiance transfer volumes
 SVOGI (sparse voxel octree GI, voxel cone tracing)
 RRF (radiance regression function)
 SSDO (screen-space directional occlusion)
 deep G-buffer
 surfels
PRT and SH
PATHTRACING
 sample the hemisphere over the point with Monte Carlo
 for every other sample, do the same thing recursively
 for each surface-light path interaction, we evaluate the incoming light against the bsdf of the material
 straighforward implementation of light bounces
 very computationally exhaustive, not real-time
 very good results, ground truth
 all effects
RADIOSITY
 for each surface element (patch), calculate how well it can see all other patches (view factor)
 progressively recalculate the illumination of a certain patch from all other patches
 start with direct illumination injected and iterate until convergence (or good enough)
 not real-time
 only diffuse reflections
 can be precomputed and it is viewport-independent
REFLECTIVE SHADOW MAPS (RSM)
 generate RSM
 from lights perspective: depth, position, normal, flux
 sample RSM to approximate lighting
 the idea is used in other more popular algorithms
INSTANT RADIOSITY
 ray trace from the light source into the scene
 for each hit, generate VPL and render the scene with it
 gather the results
 mix between sampling and radiosity
 not real-time
INSTANT RADIOSITY V2
 don’t raytrace, but instead use RSM
 use RSM to approximate where to place VPLs
 deferred render with many lights
PHOTON MAPPING
 shoot photons from light source into the scene
 gather nearby photon to calculate approximate radiance
 good results
 good for caustics
 not real-time
SPHERICAL HARMONICS
 “spherical Fourier decomposition”
 Legendre basis functions that can be added together to represent the spherical domain function
IRRADIANCE VOLUMES
 calculate lighting at the point in space and save in SH representation
 build grid of such SH values
 interpolate in space (trilinear)
 build acceleration structure for efficiency (octree)
PRECOMPUTED RADIANCE TRANSFER
 precomputed SH for a object that accounts for self-
shadowing and self-interreflection
 independent of the lighting
PRT
DEFERRED RADIANCE TRANSFER VOLUMES
 bake manually/auto placed probes that hold PRT data
 create grid and inject PRT probes into it, interpolated between manually selected locations
 use local PRT probe * lighting to get the illumination data
[CASCADED] LIGHT PROPAGATION VOLUMES ([C]LPV)
 generate RSM
 generate VPLs using RSM
 inject VPL data into 3D grid of SH probes
 propagate light contribution within the grid
Sample lit surface elements
Grid initialization
Light propagation in the grid
Scene illumination with the grid
VPL
VPL
VPL
Discretize initial VPL
distribution by the
regular grid and SH
A set of regularly
sampled VPLs of the
scene from light
position
 generate RSM
 generate VPLs using RSM
 inject VPL into 3D grid
 propagate light contribution within the grid
Propagate light
iteratively going from
one cell to another
Cascaded grids
VOXEL CONE TRACING (SPARSE VOXEL OCTREE GI)
 rasterize scene into 3d texture
 generate mip levels and octree for textures
 sample with cone tracing
VOXEL CONE TRACING (SPARSE VOXEL OCTREE GI)
 shadows
 AO
 specular reflections
 indirect illumination
RADIANCE REGRESSION FUNCTION (RRF)
 train neural network on the scene (get RRF)
 use RRF to evaluate for a given point in a space
RRF
THANKS! 

More Related Content

What's hot

Taking Killzone Shadow Fall Image Quality Into The Next Generation
Taking Killzone Shadow Fall Image Quality Into The Next GenerationTaking Killzone Shadow Fall Image Quality Into The Next Generation
Taking Killzone Shadow Fall Image Quality Into The Next GenerationGuerrilla
 
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1Ki Hyunwoo
 
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019UnityTechnologiesJapan002
 
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open Problems
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open ProblemsHPG 2018 - Game Ray Tracing: State-of-the-Art and Open Problems
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open ProblemsElectronic Arts / DICE
 
Advancements in-tiled-rendering
Advancements in-tiled-renderingAdvancements in-tiled-rendering
Advancements in-tiled-renderingmistercteam
 
Photogrammetry and Star Wars Battlefront
Photogrammetry and Star Wars BattlefrontPhotogrammetry and Star Wars Battlefront
Photogrammetry and Star Wars BattlefrontElectronic Arts / DICE
 
Progressive Lightmapper: An Introduction to Lightmapping in Unity
Progressive Lightmapper: An Introduction to Lightmapping in UnityProgressive Lightmapper: An Introduction to Lightmapping in Unity
Progressive Lightmapper: An Introduction to Lightmapping in UnityUnity Technologies
 
Physically Based Lighting in Unreal Engine 4
Physically Based Lighting in Unreal Engine 4Physically Based Lighting in Unreal Engine 4
Physically Based Lighting in Unreal Engine 4Lukas Lang
 
A Bit More Deferred Cry Engine3
A Bit More Deferred   Cry Engine3A Bit More Deferred   Cry Engine3
A Bit More Deferred Cry Engine3guest11b095
 
Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite
Physically Based Sky, Atmosphere and Cloud Rendering in FrostbitePhysically Based Sky, Atmosphere and Cloud Rendering in Frostbite
Physically Based Sky, Atmosphere and Cloud Rendering in FrostbiteElectronic Arts / DICE
 
Crysis Next-Gen Effects (GDC 2008)
Crysis Next-Gen Effects (GDC 2008)Crysis Next-Gen Effects (GDC 2008)
Crysis Next-Gen Effects (GDC 2008)Tiago Sousa
 
Stable SSAO in Battlefield 3 with Selective Temporal Filtering
Stable SSAO in Battlefield 3 with Selective Temporal FilteringStable SSAO in Battlefield 3 with Selective Temporal Filtering
Stable SSAO in Battlefield 3 with Selective Temporal FilteringElectronic Arts / DICE
 
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...
Penner   pre-integrated skin rendering (siggraph 2011 advances in real-time r...Penner   pre-integrated skin rendering (siggraph 2011 advances in real-time r...
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...JP Lee
 
Hable John Uncharted2 Hdr Lighting
Hable John Uncharted2 Hdr LightingHable John Uncharted2 Hdr Lighting
Hable John Uncharted2 Hdr Lightingozlael ozlael
 
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3Electronic Arts / DICE
 
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...Codemotion
 

What's hot (20)

Taking Killzone Shadow Fall Image Quality Into The Next Generation
Taking Killzone Shadow Fall Image Quality Into The Next GenerationTaking Killzone Shadow Fall Image Quality Into The Next Generation
Taking Killzone Shadow Fall Image Quality Into The Next Generation
 
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1
Unreal Summit 2016 Seoul Lighting the Planetary World of Project A1
 
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019
【Unite Tokyo 2019】Unityプログレッシブライトマッパー2019
 
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open Problems
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open ProblemsHPG 2018 - Game Ray Tracing: State-of-the-Art and Open Problems
HPG 2018 - Game Ray Tracing: State-of-the-Art and Open Problems
 
Advancements in-tiled-rendering
Advancements in-tiled-renderingAdvancements in-tiled-rendering
Advancements in-tiled-rendering
 
Photogrammetry and Star Wars Battlefront
Photogrammetry and Star Wars BattlefrontPhotogrammetry and Star Wars Battlefront
Photogrammetry and Star Wars Battlefront
 
Lighting the City of Glass
Lighting the City of GlassLighting the City of Glass
Lighting the City of Glass
 
Progressive Lightmapper: An Introduction to Lightmapping in Unity
Progressive Lightmapper: An Introduction to Lightmapping in UnityProgressive Lightmapper: An Introduction to Lightmapping in Unity
Progressive Lightmapper: An Introduction to Lightmapping in Unity
 
Physically Based Lighting in Unreal Engine 4
Physically Based Lighting in Unreal Engine 4Physically Based Lighting in Unreal Engine 4
Physically Based Lighting in Unreal Engine 4
 
A Bit More Deferred Cry Engine3
A Bit More Deferred   Cry Engine3A Bit More Deferred   Cry Engine3
A Bit More Deferred Cry Engine3
 
Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite
Physically Based Sky, Atmosphere and Cloud Rendering in FrostbitePhysically Based Sky, Atmosphere and Cloud Rendering in Frostbite
Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite
 
Stochastic Screen-Space Reflections
Stochastic Screen-Space ReflectionsStochastic Screen-Space Reflections
Stochastic Screen-Space Reflections
 
Crysis Next-Gen Effects (GDC 2008)
Crysis Next-Gen Effects (GDC 2008)Crysis Next-Gen Effects (GDC 2008)
Crysis Next-Gen Effects (GDC 2008)
 
Stable SSAO in Battlefield 3 with Selective Temporal Filtering
Stable SSAO in Battlefield 3 with Selective Temporal FilteringStable SSAO in Battlefield 3 with Selective Temporal Filtering
Stable SSAO in Battlefield 3 with Selective Temporal Filtering
 
Frostbite on Mobile
Frostbite on MobileFrostbite on Mobile
Frostbite on Mobile
 
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...
Penner   pre-integrated skin rendering (siggraph 2011 advances in real-time r...Penner   pre-integrated skin rendering (siggraph 2011 advances in real-time r...
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...
 
Modular Rigging in Battlefield 3
Modular Rigging in Battlefield 3Modular Rigging in Battlefield 3
Modular Rigging in Battlefield 3
 
Hable John Uncharted2 Hdr Lighting
Hable John Uncharted2 Hdr LightingHable John Uncharted2 Hdr Lighting
Hable John Uncharted2 Hdr Lighting
 
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3
SPU-Based Deferred Shading in BATTLEFIELD 3 for Playstation 3
 
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...
An introduction to Realistic Ocean Rendering through FFT - Fabio Suriano - Co...
 

Viewers also liked

DATA TRANSMISSION THROUGH ILLUMINATION
DATA TRANSMISSION THROUGH ILLUMINATIONDATA TRANSMISSION THROUGH ILLUMINATION
DATA TRANSMISSION THROUGH ILLUMINATIONPravin Ahirwar
 
Iluminación
IluminaciónIluminación
Iluminaciónpscmx
 
natural light and illumination
natural light and illuminationnatural light and illumination
natural light and illuminationSumit Raina
 
Illumination project
Illumination projectIllumination project
Illumination projectI11008341
 
Cone of experience report
Cone of experience reportCone of experience report
Cone of experience reportmaryelramos
 
Ppt. IluminacióN
Ppt. IluminacióNPpt. IluminacióN
Ppt. IluminacióNjcriverosd
 
surface area and volume
surface area and volumesurface area and volume
surface area and volumeabhinavaaaa
 
surface area and volume ppt for class 10
surface area and volume ppt for class 10surface area and volume ppt for class 10
surface area and volume ppt for class 107232
 
Download presentation
Download presentationDownload presentation
Download presentationwebhostingguy
 

Viewers also liked (19)

DATA TRANSMISSION THROUGH ILLUMINATION
DATA TRANSMISSION THROUGH ILLUMINATIONDATA TRANSMISSION THROUGH ILLUMINATION
DATA TRANSMISSION THROUGH ILLUMINATION
 
Chapter 2.2
Chapter 2.2Chapter 2.2
Chapter 2.2
 
Maths p.p.t
Maths  p.p.tMaths  p.p.t
Maths p.p.t
 
Cones
ConesCones
Cones
 
Iluminacion
IluminacionIluminacion
Iluminacion
 
Iluminación
IluminaciónIluminación
Iluminación
 
Illumination Model
Illumination ModelIllumination Model
Illumination Model
 
natural light and illumination
natural light and illuminationnatural light and illumination
natural light and illumination
 
Illumination project
Illumination projectIllumination project
Illumination project
 
Cone, cylinder,and sphere
Cone, cylinder,and sphereCone, cylinder,and sphere
Cone, cylinder,and sphere
 
Cone of experience report
Cone of experience reportCone of experience report
Cone of experience report
 
Illumination
IlluminationIllumination
Illumination
 
Ppt. IluminacióN
Ppt. IluminacióNPpt. IluminacióN
Ppt. IluminacióN
 
surface area and volume
surface area and volumesurface area and volume
surface area and volume
 
Illumination.
Illumination.Illumination.
Illumination.
 
Cone of experience
Cone of experienceCone of experience
Cone of experience
 
surface area and volume ppt for class 10
surface area and volume ppt for class 10surface area and volume ppt for class 10
surface area and volume ppt for class 10
 
Download presentation
Download presentationDownload presentation
Download presentation
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to Global illumination

Heckbert p s__adaptive_radiosity_textures_for_bidirectional_r
Heckbert p s__adaptive_radiosity_textures_for_bidirectional_rHeckbert p s__adaptive_radiosity_textures_for_bidirectional_r
Heckbert p s__adaptive_radiosity_textures_for_bidirectional_rXavier Davias
 
Interactive Refractions And Caustics Using Image Space Techniques
Interactive Refractions And Caustics Using Image Space TechniquesInteractive Refractions And Caustics Using Image Space Techniques
Interactive Refractions And Caustics Using Image Space Techniquescodevania
 
GRPHICS08 - Raytracing and Radiosity
GRPHICS08 - Raytracing and RadiosityGRPHICS08 - Raytracing and Radiosity
GRPHICS08 - Raytracing and RadiosityMichael Heron
 
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdf
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdfPapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdf
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdfAdam Hill
 
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
Advanced Lighting Techniques   Dan Baker (Meltdown 2005)Advanced Lighting Techniques   Dan Baker (Meltdown 2005)
Advanced Lighting Techniques Dan Baker (Meltdown 2005)mobius.cn
 
SAR image interpretation
SAR image interpretationSAR image interpretation
SAR image interpretationElise Colin
 
Soft Shadow Maps for Linear Lights
Soft Shadow Maps for Linear LightsSoft Shadow Maps for Linear Lights
Soft Shadow Maps for Linear Lightsstefan_b
 
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)Matthew O'Toole
 
Globalillumination
GlobalilluminationGlobalillumination
Globalilluminationmeheng1001
 
7 illumination and-shading computer graphics
7 illumination and-shading computer graphics7 illumination and-shading computer graphics
7 illumination and-shading computer graphicscairo university
 
Computer Vision: Shape from Specularities and Motion
Computer Vision: Shape from Specularities and MotionComputer Vision: Shape from Specularities and Motion
Computer Vision: Shape from Specularities and MotionDamian T. Gordon
 
Advanced Lighting for Interactive Applications
Advanced Lighting for Interactive ApplicationsAdvanced Lighting for Interactive Applications
Advanced Lighting for Interactive Applicationsstefan_b
 
Shadow Techniques for Real-Time and Interactive Applications
Shadow Techniques for Real-Time and Interactive ApplicationsShadow Techniques for Real-Time and Interactive Applications
Shadow Techniques for Real-Time and Interactive Applicationsstefan_b
 
Radiosity in CAD and 3D, informative.
Radiosity in CAD and 3D, informative.Radiosity in CAD and 3D, informative.
Radiosity in CAD and 3D, informative.meheng1001
 
Deferred Pixel Shading on the PLAYSTATION®3
Deferred Pixel Shading on the PLAYSTATION®3Deferred Pixel Shading on the PLAYSTATION®3
Deferred Pixel Shading on the PLAYSTATION®3Slide_N
 
Direct Volume Rendering (DVR): Ray-casting
Direct Volume Rendering (DVR): Ray-castingDirect Volume Rendering (DVR): Ray-casting
Direct Volume Rendering (DVR): Ray-castingCaferYaarKarabulut
 
Adjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 WhiteAdjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 Whiteguest0030172
 
Adjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 WhiteAdjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 WhiteChristoph Borel
 
Shadow Mapping with Today's OpenGL Hardware
Shadow Mapping with Today's OpenGL HardwareShadow Mapping with Today's OpenGL Hardware
Shadow Mapping with Today's OpenGL HardwareMark Kilgard
 

Similar to Global illumination (20)

Heckbert p s__adaptive_radiosity_textures_for_bidirectional_r
Heckbert p s__adaptive_radiosity_textures_for_bidirectional_rHeckbert p s__adaptive_radiosity_textures_for_bidirectional_r
Heckbert p s__adaptive_radiosity_textures_for_bidirectional_r
 
Interactive Refractions And Caustics Using Image Space Techniques
Interactive Refractions And Caustics Using Image Space TechniquesInteractive Refractions And Caustics Using Image Space Techniques
Interactive Refractions And Caustics Using Image Space Techniques
 
Ray Tracing.pdf
Ray Tracing.pdfRay Tracing.pdf
Ray Tracing.pdf
 
GRPHICS08 - Raytracing and Radiosity
GRPHICS08 - Raytracing and RadiosityGRPHICS08 - Raytracing and Radiosity
GRPHICS08 - Raytracing and Radiosity
 
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdf
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdfPapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdf
PapersWeLove - Rendering Synthetic Objects Into Real Scenes - Paul Debevec.pdf
 
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
Advanced Lighting Techniques   Dan Baker (Meltdown 2005)Advanced Lighting Techniques   Dan Baker (Meltdown 2005)
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
 
SAR image interpretation
SAR image interpretationSAR image interpretation
SAR image interpretation
 
Soft Shadow Maps for Linear Lights
Soft Shadow Maps for Linear LightsSoft Shadow Maps for Linear Lights
Soft Shadow Maps for Linear Lights
 
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)
SIGGRAPH 2014 Course on Computational Cameras and Displays (part 4)
 
Globalillumination
GlobalilluminationGlobalillumination
Globalillumination
 
7 illumination and-shading computer graphics
7 illumination and-shading computer graphics7 illumination and-shading computer graphics
7 illumination and-shading computer graphics
 
Computer Vision: Shape from Specularities and Motion
Computer Vision: Shape from Specularities and MotionComputer Vision: Shape from Specularities and Motion
Computer Vision: Shape from Specularities and Motion
 
Advanced Lighting for Interactive Applications
Advanced Lighting for Interactive ApplicationsAdvanced Lighting for Interactive Applications
Advanced Lighting for Interactive Applications
 
Shadow Techniques for Real-Time and Interactive Applications
Shadow Techniques for Real-Time and Interactive ApplicationsShadow Techniques for Real-Time and Interactive Applications
Shadow Techniques for Real-Time and Interactive Applications
 
Radiosity in CAD and 3D, informative.
Radiosity in CAD and 3D, informative.Radiosity in CAD and 3D, informative.
Radiosity in CAD and 3D, informative.
 
Deferred Pixel Shading on the PLAYSTATION®3
Deferred Pixel Shading on the PLAYSTATION®3Deferred Pixel Shading on the PLAYSTATION®3
Deferred Pixel Shading on the PLAYSTATION®3
 
Direct Volume Rendering (DVR): Ray-casting
Direct Volume Rendering (DVR): Ray-castingDirect Volume Rendering (DVR): Ray-casting
Direct Volume Rendering (DVR): Ray-casting
 
Adjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 WhiteAdjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 White
 
Adjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 WhiteAdjoint Radiosity Borel Earsel09 2 11 09 White
Adjoint Radiosity Borel Earsel09 2 11 09 White
 
Shadow Mapping with Today's OpenGL Hardware
Shadow Mapping with Today's OpenGL HardwareShadow Mapping with Today's OpenGL Hardware
Shadow Mapping with Today's OpenGL Hardware
 

Recently uploaded

Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 

Recently uploaded (20)

Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 

Global illumination

  • 1. GLOBAL ILLUMINATION (BLACK) PHOTONS EVERYWHERE Dragan Okanovic @abstractalgo
  • 2. PROBLEMS OF COMPUTER GRAPHICS  generate digital imagery, so it looks “real”  only two problems: 1. materials:  bsdf  brdf (diffuse, glossy, specular reflections)  btdf (refraction& transmission)  bssdf (subsurface scattering)  emitting 2. camera  resolution + fov  lens flare  aberrations  bokeh dof  hdr & tonemapping  bloom & glow  motion blur  anti-aliasing  filmgrain  ...
  • 3. GLOBAL ILLUMINATION  GI is a consequence of how photons are scattered around the scene  GI is an effect, i.e. doesn’t exist per-se and is dependent of the scene  In a CG terminology, GI is a set of algorithms that compute (ir)radiance for any given point in space, in the spherical domain  That computed irradiance is then used in combination with material’s properties at that particular point in space, for final calculation of the radiance  Radiance is used as the input to the camera system  global illumination sub-effects:  shadows  ambient occlusion  color bleed/indirect illumination  caustics  volumetric lighting
  • 4.  shadows  check if surface is lit directly  ambient occlusion  check how “occluded” the surface is and how hard is for the light to reach that point in space  color bleed / indirect illumination  is reflected light strong enough so even diffuse surfaces “bleed” their color on surrounding (non-emitters behave like light source)  caustics  is enough of the light reflected/refracted to create some interesting bright patterns  volumetric lighting  how does participating media interact with the light  global illumination  describes how light is scattered around the scene, how light is transported through the scene  what interesting visual effects start appearing because of such light transport
  • 5. sh ao sh + ind.illum. sh sh + vol. + ind.illum. sh + caustics + ind.illum. + ao sh + ind.illum. + ao
  • 6. FORMULATION OF THE PROBLEM  analytically calculate or approximate the irradiance over the sphere, for a certain point in space, in a converged state  how much each point [A] contributes to every other [B] in the scene  how much [A->B] influences point [A]  how much does that influence [B] back  ....  recursive, but it can converge and reach a certain equilibrium [A->B] [[A->B]->A] [[[A->B]->A]->B] [all light bounces]
  • 7. ALGORITHMS  pathtracing  radiosity  photon mapping  RSM (reflective shadow maps)  instant radiosity  irradiance volumes  LPV (light propagation volumes)  deferred radiance transfer volumes  SVOGI (sparse voxel octree GI, voxel cone tracing)  RRF (radiance regression function)  SSDO (screen-space directional occlusion)  deep G-buffer  surfels PRT and SH
  • 8. PATHTRACING  sample the hemisphere over the point with Monte Carlo  for every other sample, do the same thing recursively  for each surface-light path interaction, we evaluate the incoming light against the bsdf of the material  straighforward implementation of light bounces  very computationally exhaustive, not real-time  very good results, ground truth  all effects
  • 9. RADIOSITY  for each surface element (patch), calculate how well it can see all other patches (view factor)  progressively recalculate the illumination of a certain patch from all other patches  start with direct illumination injected and iterate until convergence (or good enough)  not real-time  only diffuse reflections  can be precomputed and it is viewport-independent
  • 10. REFLECTIVE SHADOW MAPS (RSM)  generate RSM  from lights perspective: depth, position, normal, flux  sample RSM to approximate lighting  the idea is used in other more popular algorithms
  • 11. INSTANT RADIOSITY  ray trace from the light source into the scene  for each hit, generate VPL and render the scene with it  gather the results  mix between sampling and radiosity  not real-time
  • 12. INSTANT RADIOSITY V2  don’t raytrace, but instead use RSM  use RSM to approximate where to place VPLs  deferred render with many lights
  • 13. PHOTON MAPPING  shoot photons from light source into the scene  gather nearby photon to calculate approximate radiance  good results  good for caustics  not real-time
  • 14. SPHERICAL HARMONICS  “spherical Fourier decomposition”  Legendre basis functions that can be added together to represent the spherical domain function
  • 15.
  • 16. IRRADIANCE VOLUMES  calculate lighting at the point in space and save in SH representation  build grid of such SH values  interpolate in space (trilinear)  build acceleration structure for efficiency (octree)
  • 17. PRECOMPUTED RADIANCE TRANSFER  precomputed SH for a object that accounts for self- shadowing and self-interreflection  independent of the lighting
  • 18. PRT
  • 19. DEFERRED RADIANCE TRANSFER VOLUMES  bake manually/auto placed probes that hold PRT data  create grid and inject PRT probes into it, interpolated between manually selected locations  use local PRT probe * lighting to get the illumination data
  • 20. [CASCADED] LIGHT PROPAGATION VOLUMES ([C]LPV)  generate RSM  generate VPLs using RSM  inject VPL data into 3D grid of SH probes  propagate light contribution within the grid Sample lit surface elements Grid initialization Light propagation in the grid Scene illumination with the grid
  • 21. VPL VPL VPL Discretize initial VPL distribution by the regular grid and SH A set of regularly sampled VPLs of the scene from light position  generate RSM  generate VPLs using RSM  inject VPL into 3D grid  propagate light contribution within the grid Propagate light iteratively going from one cell to another Cascaded grids
  • 22. VOXEL CONE TRACING (SPARSE VOXEL OCTREE GI)  rasterize scene into 3d texture  generate mip levels and octree for textures  sample with cone tracing
  • 23. VOXEL CONE TRACING (SPARSE VOXEL OCTREE GI)  shadows  AO  specular reflections  indirect illumination
  • 24.
  • 25. RADIANCE REGRESSION FUNCTION (RRF)  train neural network on the scene (get RRF)  use RRF to evaluate for a given point in a space
  • 26. RRF
  • 27.
  • 28.

Editor's Notes

  1. materials (describing how photons interact with surfaces and volumes; aka objects’ appearance) camera (describing how photons are gathered and displayed) Materials emit photons, scatter them and absorb them. That’s what’s happening in the scene. The final ouput of all this effects is captured by the camera system. And that’s it!
  2. GI doesn’t actually exist per-se. For example, camera effects exist independant of the actual scene and light. It takes input, modifies it, and outputs. Materials also exist independant of actual setup. They take input, modify it, output new values. GI is very dependant on the scene itself. GI is a consequence of the scene (scene’s geometry and materials applied). Therefore, GI is an effect. In real-time graphics, we simulate effects. Path tracing is not a simulation, it is an evaluation of the processes that happen in the scene (emit-brdf modify-bounce). But in real-time graphics, GI is one of the consqeunces of the light transport. In reality, GI is the process itself, but we want to simplify it and simulate it, and therefore, we’ve created different effects that can be separated and evaluated independently (shadows, ao, indirect illumination...) and they are all in fact part of a overall bigger thing called – global illumination. GI is a set of algorithms that calculate how much and what kind of light arrives at a certain point in scene. You can think of it as irradiance calculation. It combines effects such as direct lighting, ambient occlussion, indirect illumination, shadowing, caustics... GI algorithms are approaches how to effectively and efficiently compute irradiance in a spherical domain, for every point in space. GI algorithms can include all mentioned effects (shadow, ao, indirect illumination...), or some parts, but they are used to efficiently compute irradiance values that will be used for evaluation of the radiance, using the material’s properties, that will present the final output of the rendering, just before being processed by the camera.
  3. Examples. IN CG, we always simulate some effects, while in reality they all happen simultaneously. We are just trying to mimic a nature the best we can.
  4. What is GI trying to solve? Infinite light bounces that happen through the scene, that eventually converge to some stable state. We try to calculate or at least approximate the values of irradiance or radiance in such converged state.
  5. There are even more techniques and algorithms than mentioned here. But these are probably the major ones. There also screenspace techniques like SSDO (screenspace directional occlusion) and Deep G-buffer. There are also some offline techniques that use geometric approximation like surfels. Most of the techniques will just briefly cover the algorithm. This talk is not intended to give an in-depth explanation of the techniques but rather provide an insight what different approaches are used and how people were thinking about the problem and what strategies were then developed. SSDO: https://people.mpi-inf.mpg.de/~ritschel/Papers/SSDO.pdf Deep G-buffer: http://graphics.cs.williams.edu/papers/DeepGBuffer14/ Surfels: http://graphics.pixar.com/library/PointBasedGlobalIlluminationForMovieProduction/
  6. The most straightforward simulation of photon interaction with the scene. For each direction, trace the light path the photon would take. Sample and gather over the hemisphere and do that recursively.
  7. Don’t sample, but evaluate entire surface-to-surface view properties. Progressively iterate, where each step recaclulates the illumination of a patch coming from all the other patches. Only diffuse surfaces (usually). Used for architectureal visualization. Usually not real-time. Patch == smooth, gradually changing piece of surface Radiosity: https://en.wikipedia.org/wiki/Radiosity_%28computer_graphics%29
  8. Paper: http://www.vis.uni-stuttgart.de/~dachsbcn/download/rsm.pdf RSM and instant radiosity: http://www.bpeers.com/blog/?itemid=517
  9. Instead of sampling illumination from other points like in pathtracing, better spread the light from a surface onto other surfaces. Each raytracing hit, we generate the light and “spread” it into the scene (render the scene with that light). We then sum the contribution of each hit to get the final result that approximates how the light is spread/distributed throughout the scene. Paper: http://www.cs.cornell.edu/courses/cs6630/2012sp/slides/Boyadzhiev-Matzen-InstantRadiosity.pdf Instant radiosity: http://www.bpeers.com/blog/?itemid=517
  10. Instead of raytracing into the scene, use RSM to generate VPLs. We can utilize GPU to find all the VPLs and then we can use deferred pipeline to efficiently render many lights, that will eventually approximate the indirect illumination. Paper: http://www.cs.cornell.edu/courses/cs6630/2012sp/slides/Boyadzhiev-Matzen-InstantRadiosity.pdf Instant radiosity: http://www.bpeers.com/blog/?itemid=517
  11. Somewhat “inverse” of the pathtracing. Shoot photons from the light source and bounce them around the scene. When sampling the hemisphere for a certain hit, use local neighbors of the sample to get a better approximation of the lighting coming from that particular direction.
  12. Quick and dirty intro do spherical harmonics: What a cosine wave is to Foruier analysis, that’s what a Legendre polynomials are to Spherical harmonics. We use basis functions that get multiplied with calculated coefficients to get an approximation of the spherical function. More coefficients, more accuracy in our approximation. If need just low frequency data from the spherical function, then we save massiveamounts of memory by storing them as a few SH coefficients, better than storing entire spherical map (environment map/cube map). SH lighting: (paper) http://www.research.scea.com/gdc2003/spherical-harmonic-lighting.pdf, (slides) https://graphics.cg.uni-saarland.de/fileadmin/cguds/courses/ss15/ris/slides/RIS18Green.pdf An efficient representation of irradiance maps: https://cseweb.ucsd.edu/~ravir/papers/envmap/envmap.pdf Stupid SH tricks: http://www.ppsloan.org/publications/StupidSH36.pdf BRDF shading using SH: http://www.ppsloan.org/publications/shbrdf_final17.pdf
  13. Precompute and arrange SH probes around the scene that can be picked and used to evaluate the lighting in real-time. http://developer.amd.com/wordpress/media/2012/10/Tatarchuk_Irradiance_Volumes.pdf http://codeflow.org/entries/2012/aug/25/webgl-deferred-irradiance-volumes/
  14. Precompute the radiance transfer functions and store them in SH representation, per-object. This radiance transfer is independent of the actual lighting in the scene, and accounts for effects like self-shadowing and self-reflections. We can then use PRT in combination with the actual lighting in the scene (that can even be dynamic) to compute the final output of the shading. Paper: http://www.cs.jhu.edu/~misha/ReadingSeminar/Papers/Sloan02.pdf PRT course: http://www0.cs.ucl.ac.uk/staff/j.kautz/PRTCourse/
  15. Volumes that hold PRT data. Simple enough? Slides: http://www.gamedev.net/topic/649604-what-on-earth-is-far-cry-3s-deferred-radiance-transfer/
  16. Generate VPLs from RSM data. But instead of rendering the scene with VPLs, encode them as SH and inject them into the grid. From then, propagate their contribution within the grid. Very good, much pretty. (check the final link’s slides) Cascaded LPV: (paper) http://www.vis.uni-stuttgart.de/~dachsbcn/download/lpv.pdf Crytek: http://www.crytek.com/download/Light_Propagation_Volumes.pdf More Crytek: http://www.crytek.com/cryengine/cryengine3/presentations/cascaded-light-propagation-volumes-for-real-time-indirect-illumination (this has awesome ppt slides)
  17. INRIA paper: http://maverick.inria.fr/Publications/2011/CNSGE11b/GIVoxels-pg2011-authors.pdf Simon Yeung’s blogpost: http://simonstechblog.blogspot.rs/2013/01/implementing-voxel-cone-tracing.html
  18. SVOGI
  19. We train a neural network that has few input parameters such as position, normal, light directin… with a ground truth rendering of the pixels of the scene (pathtracer that feeds its output into neural network as its input, and NN gets trained on it). To avoid using massive neural nets, we can train multiple smaller neural nets for each spatial part of the scene, then, at the runtime, we can search through a spatial structure to find an appropriate net that we need for evaluation at the given coordiantes. Paper: http://www.jiapingwang.com/files/shadebot_sig13.pdf Video: https://vimeo.com/70734281
  20. Choosing good input parameters is important. But, it yields a good results.
  21. RRF. Notice caustics and glossy surface. It’s all real-time and you can change the lighting params. Video: https://vimeo.com/70734281
  22. RRF. Glossy everywhere? No problem. Want to be able to change properties of the material real-time? No problem either. Video: https://vimeo.com/70734281
  23. @abstractalgo abstract-algorithm.com I shamelessly stole bunch of pictures from different papers and presentation slides, I hope they don’t mind. Thanks! 