1 / 40

Graphics II 91.547 Global Rendering and Radiosity

This session explores a more sophisticated view of the nature of light, including ray-oriented view, flux intensity view, and energy flow across surfaces. It discusses the radiance equation and different types of solutions, such as OpenGL lighting model, recursive ray tracing, and Monte Carlo ray tracing. It also covers the concept of radiosity and includes calculations of form factors and energy fractions. The session concludes with a discussion on combining radiosity and ray tracing techniques.

swann
Télécharger la présentation

Graphics II 91.547 Global Rendering and Radiosity

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graphics II 91.547Global Rendering and Radiosity Session 9

  2. A More Sophisticated View ofThe Nature of Light Ray Oriented View Flux intensity view • Vector field represents energy flow per unit time per unit area • Finite beam widths • Used in Phong shading • and in ray tracing • Single direction • Zero width • Notion of intensity

  3. Energy Flow across a Surface

  4. Flux and Energy Conservation + + + = Emission + in scattering = streaming + outscattering + absorption

  5. Radiance:Energy emitted from a surface per unit projected area, per unit solid angle of direction Energy emitted per surface area, per steradian (solid angle) Therefore: dw p

  6. Radiosity: Energy emitted from a surface per unit area Therefore: p

  7. Irradiance: Energy arriving at a surface per unit area p

  8. Reflectance:Bi-Directional Reflectance Function (BDRF) n

  9. The Radiance Equation At any surface: radiance = emitted radiance + total reflected radiance For any incoming direction the reflected radiance in direction is the Irradiance multiplied by the BRDF: Integrating over the hemisphere of all incoming directions at p gives: The radiance equation for outgoing radiance is therefore:

  10. The Radiance Equation:All we really need to know for rendering? Material Surface Properties Light Sources Plenoptic Function

  11. Types of Solution to Radiance Equation

  12. The Radiance Equation:Defined Color: No Lighting No reflections considered Solved at Vertices All objects are “emitters” according to glColor*()

  13. The Radiance Equation:OpenGL Lighting Model Restricted to Point Light Sources Phong BDRF Solved at Vertices Objects can be emitters

  14. The Radiance Equation:Recursive Ray Tracing Restricted to Point Light Sources + Single Reflected & Refracted Ray Phong BDRF Solved for Rays Through Pixels Objects can be emitters

  15. The Radiance Equation:Monte Carlo Ray Tracing Rays cast recursively, chosen according to BDRF Actual BDRF Solved for Rays Through Pixels Objects can be emitters

  16. The Radiance Equation:Radiosity Constant reflectivity Assumed constant over surface “patches” independent of angle Assumed constant over surface “patches” independent of angle Objects can be emitters – emission assumed constant and independent of angle

  17. Perfectly Diffuse Reflectivity Energy is reflected uniformly in all directions

  18. Radiosity • Based on the theory of heat transfer (energy) between surfaces (Siegel 1984) • Adapted to computer graphics by Goral et al. (Goral 1984) • Based upon conservation of energy • Surfaces are assumed to be perfectly diffuse (lambertian) reflectors • Environment is divided into “patches” • Radiosity of a patch is the total rate of energy leaving the patch • Assumed constant over the patch • Equal to sum of emitted and reflected energy • Interaction among patches modeled by unitless form factors • Fijdefined as the fraction of energy leaving dAi that arrives at dAj

  19. The Basic Radiosity Relationship Radiosity x area = emitted energy + reflected energy For an environment divided into n patches: (reciprocity)

  20. Resulting System of Equations

  21. Stages in Radiosity Solution Discretized environment Change scene geometry Form factor calculations Change colors or lighting Full matrix solution Change view Standard renderer Specific View

  22. Calculating the Form Factors:Energy reaching Aj from Ai Differential energy leaving Ai that reaches Aj is given by: Solid angle subtended by Aj at Ai can be expressed: Substituting gives:

  23. Calculating the Form Factors:Calculating the Energy Fraction

  24. The Nusselt Analogue (Siegel 1984) Patch Projection onto surface of hemisphere Projection onto base of circle

  25. Equivalent Projection Areas

  26. Hemicube Patch j Projection of patch j onto hemicube “pixels” Patch i

  27. Summing Delta Form Factors onPixels onto which Aj Projects Patch j Patch i

  28. Hemicube Algorithm HandlingOcclusion Issue Patch k Patch j Hemicube Patch i

  29. Stages in Radiosity Solution Computation Cost Discretized environment Storage Change scene geometry Form factor calculations N x N N x N Change colors or lighting Full matrix solution N x N Change view Standard renderer Specific View

  30. “Gathering”

  31. “Shooting”

  32. Progressive Refinement Radiosity Algorithm repeat for (each patch i) [Position a hemicube on patch I and calculate form factors Fij for the first iteration] for (each patch j (j!=I)) do Drad = rj DBi Fij Ai/Aj DBj = DBj + Drad Bj=Bj+ Drad DBi=0 until convergence

  33. Number of Patches = 124

  34. Number of Patches = 829

  35. Number of Patches = 124Number of Elements = 829

  36. Number of Patches = 58Number of Elements = 1135

  37. Comparison of Images 124 Patches 5.36 min. 829 Patches 96.46 min. 124 Patches, 829 Elements 32.6 min. 58 Patches, 1135 elements 23.59 min

  38. Rendering CausticsArvo, 1986

  39. Combining Radiosity and Ray Tracing

  40. Combined Radiosity and Ray Tracing

More Related