global illumination
play

Global Illumination Adapted from Thomas Funkhouser Princeton - PowerPoint PPT Presentation

Global Illumination Adapted from Thomas Funkhouser Princeton University C0S 526, Fall 2002 Additional material from H.W. Jensen, Realistic Image Synthesis Using Photon Mapping, A.K. Peters Ltd., 2001 Overview Global illumination


  1. Global Illumination Adapted from… Thomas Funkhouser Princeton University C0S 526, Fall 2002 Additional material from… H.W. Jensen, Realistic Image Synthesis Using Photon Mapping, A.K. Peters Ltd., 2001

  2. Overview • Global illumination • Rendering equation • Overview of solution methods

  3. Direct Illumination � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω L Light Camera � ω d � � � ω ω n ' Ω ' x

  4. Direct Illumination Philip Dutré

  5. Global Illumination � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Surface Light Surface � ω d � � � ω ω n ' Ω ' x

  6. Global Illumination Jensen Ray tracing Henrik Wann Jensen

  7. Global Illumination Jensen + soft shadows Henrik Wann Jensen

  8. Global Illumination Jensen + caustics Henrik Wann Jensen

  9. Global Illumination Jensen + indirect diffuse illumination Henrik Wann Jensen

  10. Rendering Equation � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Surface Surface � ω d � � � ω ω n ' Ω ' x Kajiya 1986

  11. Rendering Equation (2) � → = → + → → → L ( x ' x " ) L ( x ' x " ) f ( x x ' x " ) L ( x x ' ) V ( x , x ' ) G ( x , x ' ) dA e r S dA x x " Θ o � � � ω ω n ' Θ′ i Θ′ Θ cos cos = i o G ( x , x ' ) ' x − 2 x x ' dA ' Kajiya 1986

  12. Solution Methods • OpenGL • Radiosity • Ray tracing • Distribution ray tracing • Path tracing

  13. Path Types

  14. Path Types? Henrik Wann Jensen

  15. Path Types? Paul Debevec

  16. Path Types? Henrik Wann Jensen

  17. Path Types? RenderPark

  18. Path Type Notation • Introduced by [Heckbert, 1990] • Vertices of the light path can be: � L – a light source � E – the eye � S – a specular reflection � D – a diffuse reflection • Combinations of paths: � (k)+ one or more of k events � (k)* zero or more of k events � (k)? zero or one k event � (k|k’) a k or a k’ event • Examples: � Radiosity: LD*E � Ray Tracing: LD?S*E � Path Tracing: L(D|S)*E � Caustics: LS+DE

  19. Path Types • OpenGL � LDE • Ray tracing � LD?S*E • Radiosity � LD*E • Path tracing � L(D|S)*E John Hart

  20. OpenGL � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Camera Light Assume Assume direct illumination direct illumination from point lights from point lights � � � and ignore visibility and ignore visibility ω ω n ' Ω ' x nlights � � � � � � � � ω = ω + ω ω ω ω • L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) o e r i = i 1

  21. Ray Tracing � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Camera Surface Light Assume Assume � � � specular reflection specular reflection ω ω n ' is only significant is only significant Ω indirect illumination indirect illumination ' x nlights � � � � � � � � ω = ω + ω ω ω ω • + L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) specular o e r i = 1 i

  22. Ray Tracing Algorithm

  23. Radiosity � → = → + → → → L ( x ' x " ) L ( x ' x " ) f ( x x ' x " ) L ( x x ' ) V ( x , x ' ) G ( x , x ' ) dA e r S dA Assume everything is Lambertian Assume everything is Lambertian x j Θ o � n � = + B ( x ' ) B ( x ' ) f ( x ' ) B ( x ) V ( x , x ' ) G ( x , x ' ) dA Θ′ e r , d i S ρ x ' ( x ' ) � = + d B ( x ' ) B ( x ' ) B ( x ) V ( x , x ' ) G ( x , x ' ) dA dA π e i S N � 1 V ( x , x ' ) G ( x , x ' ) � � = + ρ = B B B F where F dA dA i e , i i j ij π ij j i A = j 1 i A A i j

  24. Path Tracing � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Perform Neumann series expansion Perform Neumann series expansion � � � � � � � � = e + ω = ω ω ω ω • ω L L TL T ( x ' , ' ) g f ( x ' , , ' ) g ( x ' , )( n ) d where r Ω = + + + + 2 3 L L TL T L T L ... e e e e • Convergent approximation • Also suggested by [Kajiya, 1986]

  25. Path Tracing T 2 L e T 3 L e L e TL e L e L e +TL e +T 2 L e L e +…+T 3 L e L e +TL e Philip Dutré

  26. Path Tracing Algorithm

  27. Distribution Ray Tracing � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Estimate integral Estimate integral � ω for each reflection for each reflection ' � ω � by random sampling by random sampling ω � � 4 ω ω 3 � � 5 2 ω n 6 � Ω ω Also: 1 ' x • Depth of field • Motion blur • etc.

  28. Distribution Ray Tracing • Random direction is computed as follows. • Given two uniformly distributed random variables,

  29. Monte Carlo Path Tracing � � � � � � � � � ω = ω + ω ω ω ω • ω L ( x ' , ' ) L ( x ' , ' ) f ( x ' , , ' ) L ( x ' , )( n ) d o e r i Ω Estimate integral Estimate integral for each pixel for each pixel by random sampling by random sampling Also: • Depth of field • Motion blur • etc.

  30. Ray Tracing vs. Path Tracing Path tracing Ray tracing Jim Kajiya

  31. Bidirectional Path Tracing • Role of source and receiver can be switched, flux does not change • Exploiting duality can increase convergence rate Philip Dutré

  32. Bidirectional Path Tracing Philip Dutré

  33. Tracing From Eye Philip Dutré

  34. Tracing from Lights Philip Dutré

  35. Bidirectional Path Tracing Philip Dutré

  36. Bidirectional Path Tracing Algorithm

  37. Bidirectional Path Tracing (RenderPark 98) Philip Dutré

  38. Summary • Global illumination � Rendering equation • Overview of solution methods � OpenGL � Radiosity � Ray tracing � Distribution ray tracing � Path tracing

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend