1 / 84

A Practical Analytic Single Scattering Model for Real Time Rendering

A Practical Analytic Single Scattering Model for Real Time Rendering. Bo Sun Columbia University Ravi Ramamoorthi Columbia University Srinivasa Narasimhan Carnegie Mellon University Shree Nayar Columbia University.

rhannah
Télécharger la présentation

A Practical Analytic Single Scattering Model for Real Time Rendering

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. A Practical Analytic Single Scattering Model for Real Time Rendering Bo Sun Columbia University Ravi Ramamoorthi Columbia University Srinivasa Narasimhan Carnegie Mellon University Shree Nayar Columbia University Sponsors: ONR, NSF

  2. Glows Scattering in Participating Media

  3. Direct Transmission Light Transport in Clear Day Point Source Viewer Surface Point

  4. Scattered (glows) Light Transport in Scattering Media Point Source Direct Transmission Viewer Surface Point Clear Day Foggy Day Clear Day Foggy Day

  5. Hard to Render Scattering Media Objects Virtual Viewpoint Virtual Screen

  6. Hard to Render Scattering Media Objects Virtual Viewpoint Virtual Screen

  7. Hard to Render Scattering Media Objects Virtual Viewpoint Virtual Screen

  8. Hard to Render Scattering Media Objects Virtual Viewpoint Virtual Screen 640 x 480 (image) x 4 (lights) x [ 50 (steps) + 100 ( directions ) x 50 (steps)] x 30 (intersect) = ? 1.9 Trillion Calculations 3.0 GHz CPU?

  9. Previous Work-Numerical • Monte Carlo Ray Tracing Methods [Kajiya and Herzen 1984], [Max 1994], [Jensen 2001]… Impressive effects, but slow

  10. Our Practical Contributions • Explicit compact airlight and surface radiance formula • Simple fragment shader • Need only specify one parameter-fog density • Fully interactive

  11. Hard to Render Scattering Media Objects Virtual Viewpoint Virtual Screen

  12. Previous Work-Numerical • Hardware-accelerated Numerical Methods [ Dobashi et al. 2002 ], [ Riley et al. 2004 ], [ Harris and Lastra 2001] …. - Specialized for skies or clouds - Expensive pre-computation for each scene • - Quality limited by sampling plane • - Does not handle effects of scattering on surface radiance

  13. Inside Media Previous Work-Analytical • Subsurface scattering, airlight with directional light [ Stam 1995 ], [ Jensen et al. 2001], [ Hanrahan et al. 1993] Quite different problems…

  14. Previous Work-Analytical • Subsurface scattering, airlight with directional light [ Stam 1995 ], [ Jensen et al. 2001], [ Hanrahan et al. 1993] Quite different problems… • Glows around point sources [ Max 1986 ], [ Biri 2004 ], [ Narasimhan and Nayar 2003]… • - Not extendable to surface radiance and complex lighting • - Severe approximations which are not feasible in many cases.

  15. Assumptions Assumptions: • Isotropic point light sources • Homogenous media (need only specify the density of the media) • Single scattering • No volumetric shadows

  16. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  17. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  18. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  19. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  20. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  21. : scattering coefficient of the medium The Airlight Integral Point Source, s Surface Point, p Viewer, v The Airlight Integral:

  22. The Airlight Model-Solution 4D:

  23. The Airlight Model-Solution 4D: -> - combine dependence on and 3D: -> - combine dependence on and

  24. The Airlight Model-Solution 4D: -> - combine dependence on and 3D: -> - combine dependence on and 2D

  25. Special Function F • Well behaved and purely numerical 2D function. • Pre-computed once for a life time and stored as a 2D texture. (downloadable from website) • Full Interactivity (lights, view, geometry, medium)

  26. Point Source, s Originally 4D: , , , Surface Point, p Viewer, v The Airlight Model

  27. Point Source, s Originally 4D: , , , Surface Point, p Viewer, v The Airlight Model

  28. Point Source, s Originally 4D: , , , Surface Point, p Viewer, v The Airlight Model

  29. Video: Glows Video clip 1

  30. Point Source, s BRDF Viewer, v Surface Point, p Light Transport Revisited

  31. Lambertian and Phong Spheres Clear Day Lambertian Phong=10 Phong=20 Foggy Day

  32. 2D: Lambertian 2D: Phong 2D: The Surface Radiance Model Point Source, s BRDF Viewer, v Surface Point, p

  33. Video: Diffuse and Glossy Shading Video clip 2

  34. 2 Lookups and 2 Lookups The Complete Model Surface Radiance Model Airlight Model

  35. 15 Million VS 1.9 Trillion Image size Lights Terms to approximate the phase function = 5 Million = 10 Million The Complete Model Surface Radiance Model Airlight Model 2 Lookups and 2 Lookups Texture lookups Analytic expression

  36. Video: Complex Geometry Video clip 3

  37. For Live Demo, visit sketch at Room 999.

  38. BRDF Complex Lighting and Material • Rendering time is linear in the number of lights. What about complex Lighting and arbitrary BRDFs? Viewer, v Surface Point, p

  39. Intensity Intensity Intensity Angles PSF Angular Component Amplitude Component Angles Point Spread Function • Assume equidistant point sources • Scattering is essentially Point Spread Function (PSF). • Change the medium parameters interactively.

  40. Complex Materials • Convolution with arbitrary tabulated BRDFs in the frequency domain using spherical harmonics to get effective BRDFs. • Use effective BRDFs like how you use conventional BRDFs! Clear Day Foggy Day

  41. Environment Maps • Real-time environment mapping methods with fog • Integration with methods like Precomputed Radiance Transfer. Clear Day Foggy Day

  42. PSF for Complex Lighting and Material Video clip 4 and 5

  43. Visual Effects and Performance Comparisons

  44. Visual Effects and Performance Comparisons

  45. Visual Effects and Performance Comparisons

  46. Summary An OpenGL-Like Practical Real-Time Rendering Technique: • Analytic Airlight Model 20fps 20fps

  47. Summary An OpenGL-Like Practical Real-Time Rendering Technique: • Analytic Airlight Model • Analytic Surface Radiance Model 30fps 40fps

  48. Summary An OpenGL-Like Practical Real-Time Rendering Technique: • Analytic Airlight Model • Analytic Surface Radiance Model • PSF for Complex Lighting and Natural Material 100fps 20fps

  49. Acknowledgement • We thank R. Wang, J. Tran and D. Luebke for the PRT code. • We thank S. Premoze for the Monte Carlo simulation code. • We thank anonymous reviewers for the comments. • Supported by a Columbia University Presidential Fellowship, an ONR Grant, an NSF Grant, an NSF CAREER award, and equipment donations from Intel and NVIDIA.

  50. Thanks for Listening! 2D tables, prefiltered environment maps and shader code: http://www.cs.columbia.edu/~bosun/research.htmbosun@cs.columbia.edu

More Related