1 Radiosity Paper Summaries Assignments Projects Finals

Total Page:16

File Type:pdf, Size:1020Kb

1 Radiosity Paper Summaries Assignments Projects Finals Paper Summaries • Any takers? Radiosity Don Greenberg Michael Cohen Assignments Projects • New due dates • Approx 17 projects – Checkpoint 6 – tonight • Listing of projects now on Web – Checkpoint 7 / Code – Nov 3 • Presentation schedule • Renderman – Presentations (20 min max) – Due Nov 8th (new date) – Last 3 classes (week 10 + finals week) – Getting distributions on mycourses – Sign up st nd rd – Server up and running. • Email me with 1 , 2 , 3 choices • First come first served. – DID I SAY VALUABLE PRIZES!!!! • Sign up for presentation!!! Finals date Logistics • For last day of presentations •Final Report – Introduction – Approach Taken – Implementation Details th • Friday, November 18 – Results • 12:30pm – 2:30pm – Appendix/Code •Presentation • 70-1445 – 10-15 minutes • All project material due Friday, Nov 18th • Times on SCHEDULE – No late submission • else I can’t get your grades in! 1 Computer Graphics as Virtual Photography Today’s Class - Radiosity real camera photo Photographic Photography: •Basics scene (captures processing print light) • The Radiosity Equation • Form Factors processing – What they are – The hemicube solution Computer 3D camera tone synthetic • Solving the Radiosity Equation Graphics: models model reproduction image (focuses • Rendering simulated • Generating Meshes lighting) Radiosity - Basics ..but first • A video overview • Ray tracing – Great for specular type reflections – Handles hidden surface calculations – Doesn’t handle diffuse (inter-)reflections. – View dependent •Radiosity – Gorel, Torrance, et al. from Cornell! – More accurate solution to ambient light – Not as elegant as ray tracing – More physically-based Radiosity - Basics Radiosity - Basics • Based on thermal engineering models for • Radiant exitance - radiant flux out (misnamed emission and reflection of radiation radiosity by CGers) • Assumes the conservation of light energy in a dΦ closed system, i.e., that steady state can be M = reached dA • Assumes that all surfaces are perfectly diffuse dA • To get radiant exitance at each point, a VERY large system of linear equations must be solved 2 Radiosity - Basics Radiosity - Basics • First determine all light interactions in an • Program Flow environment in a view independent way. • Then create image using calculated radiant exitance values in a standard rendering process. – i.e., radiosity defines a “made to fit” texture mapping [Sillion,35] Radiosity - Basics Radiosity - Basics • View dependence vs view independence • Patches – Radiosity provides a view independent solution – Then rendered from a given view point. • Not points -- But patches – Scene is subdivided into patches – Radiant exitance is calculated for each patch [Ashdown,7] Radiosity - Key Idea Radiosity - Basic Idea • Each patch has two values associated with it: • Since all objects are perfectly diffuse, can determine where light distribution by simply – Its illumination (how brightly lit) considering the geometry of the scene. – Its surplus energy (radiant energy) • Closed form solution • Each patch will receive light from the environment • It will reflect a fraction back • Calculation of radiant exitance per patch is given by the radiosity equation. • Keep track of amount of light reflected back and where it went to n M i = M oi + ρi ∑ M j Fij = • Continue until all light has been distributed. exitance init flux out reflectance j 1 light from other surfaces 3 The Radiosity Equation n Radiosity Equation M i = M oi + ρi ∑ M j Fij = exitance init flux out reflectance j 1 light from other surfaces • Radiosity vs Rendering Equation • For each patch i, the Mi is the radiant exitance of that patch. I(x, x′) = g(x, x′)[]ε(x, x′) + ∫ ρ(x, x′, x′′)I(x′, x′′)dx′′ • All surfaces are perfectly diffuse, i.e. S reflectivity is equal in all directions n – Reflectance for each patch is a constant ρi M i = M oi + ρi ∑ M j Fij = – ρi can be wavelength dependent. exitance init flux out reflectance j 1 • Geometry term Fi,j indicates the fraction of light from other surfaces flux leaving patch i and arriving at patch j. Radiosity System of Equations Radiosity System of Equations • Rearrange terms • Expand the terms n M o1 = M1 − (ρ1M1F11 + ρ1M 2F12 +…+ ρnM n F1n ) M i = M oi + ρi M j Fij ∑ M = M − (ρ M F + ρ M F +…+ ρ M F ) j=1 o2 2 2 2 21 2 2 22 n n 2n … n M on = M n − (ρn M1Fn1 + ρnM 2Fn2 +…+ ρnM n Fnn ) M oi = M i − ρi ∑ M j Fij j=1 Radiosity System of Equations Radiosity System of Equations • Put in matrix notation • Put into matrix form M o = (I −T ) M ⎡M o1 ⎤ ⎡1− ρ1F11 − ρ1F12 … − ρ1F1n ⎤⎡M1 ⎤ known ⎢ ⎥ ⎢ ⎥⎢ ⎥ M 2 − ρ2 F21 1− ρ2 F22 … − ρ2 F2 M 2 M = initial n x 1 exitance vector ⎢ o ⎥ = ⎢ n ⎥⎢ ⎥ o ⎢ … ⎥ ⎢ … … … … ⎥⎢ …⎥ ⎢ ⎥ ⎢ ⎥⎢ ⎥ Trying to find I = n x n identity matrix ⎣M on ⎦ ⎣ − ρn Fn1 − ρn Fn2 … 1− ρn Fnn ⎦⎣M n ⎦ M = final n x 1 exitance vector T = n x n matrix whose i,j element is ρiFij Still Need 4 Radiosity - Form Factor Radiosity - Form Factors Note: •r is distance between • Form factors are based solely on geometry: surfaces – Given the radiant exitance of a patch E , what •φi & φI relative i orientations fraction of it is received by another patch Ej? •dAi & dAI – Remember: All patches are Lambertian surfaces and relative areas distribute flux (radiant exitance) equally in all •cos φi cos φI directions. differential angle [0,1] •bigger φi & φI mean smaller Fij Note: A’s and dA’s in this slide are denoted by E’s on other slides! Radiosity - Form Factor Radiosity - Form Factor • Notice that • Integration over patches (here dE is same as dA in – Area of patches must be relatively small previous slide) compared to distances between them – Full visibility between patches is assumed – Patches are not points nor are they differential areas – Must in the end integrate over each patch. [Ashdown, 43] Radiosity - Form Factors Radiosity - Form Factor Facts • The final expression! • Solution first developed in 1760 by Lambert Hij •AiFij = AjFji - Useful to find pairs of form factors • Form factor calculation assumes a nonparticipating 1 cosθi cosθ j F = dA dA medium (like air or vacuum) ij ∫∫ 2 i j Ai πr AAij n n F =1 Remember we assumed all patches could get to all others, the Hij term, if added, ∑∑ ij is the visibility factor i=1 j=1 5 Radiosity - Form Factors Radiosity - Nusselt’s Analogy • So how do we solve this thing? • Computing FdEi-Ej is equivalent to – There is an analytic solution. But it is very – Projecting those parts of Ej that are visible from ugly and impractical (note: discovered in 1993) dEi onto a unit hemisphere centered about dEi – Classic solution: The Hemicube method – Then, projecting this projected area orthogonally onto the base of the hemispheres – Break – Finally, dividing by the area, i.e.., FdEi-Ej = A/π Radiosity - Form Factors Radiosity - Form Factors Nusselt’s Analogy • Note from Nusselt’s Analogy that patches Ej and Ek • Project Ej onto plane have the same form factor from patch dE of surface of a i hemisphere • Form factor is a fraction of the projected surface area with respect to this projected area, i.e.., FdEi-Ej = A/π [Ashdown, 273] [Ashdown, 275] Radiosity - Form Factors - Hemicube Hemicube and Nusselt’s Analogy • Why the hemicube works • Image precision projections • Replace hemisphere with hemicube. • Hemicube is divided into equal sized square cells. • Can determine form factor for each cell (delta form factors). • The form factor for a patch is the sum of delta form factors for cells that the projection of the patch covers. [Watt&Watt, 278] 6 Radiosity - Form Factors - Hemicube Radiosity - Form Factors - Hemicube • Hemicube - Delta Form Factors • Hemicube - Imagine that dEi represents a pinhole camera; hemicube is what it sees. – Gives an approximation of form factor for a cell on the hemicube. cosθ cosθ F ≈ i j ∆A dEi −E j πr 2 j [Ashdown, 276] Radiosity - Form Factors Radiosity - Form Factors - Hemicube • Need a hemicube for each dEi • Stores patch ids of closest intersection patch and contains precomputed delta form factors • Shooting light from source patch to destination through hemicube • Scale amount of shooter’s radiative energy by delta form factor associated with hemicube Radiosity - Recap Radiosity - Hemicube Form Factor Facts • Relatively inexpensive to compute • Delta form factors can be precomputed once then applied to each patch • Calculation of form factors involves projection and summation. • Accuracy depends on hemicube resolution. • Most popular means of calculating form factors [Sillion,35] 7 Radiosity - Recap Radiosity - Recap • Divided our scene into n patches • For each i,j combination, calculate the form factor Fij • Set up this system of n equations: • Now need to solve the radiosity equation for ⎡M o1 ⎤ ⎡1− ρ1F11 − ρ1F12 … − ρ1F1n ⎤⎡M1 ⎤ ⎢ ⎥ ⎢ ⎥⎢ ⎥ M o2 − ρ2 F21 1− ρ2 F22 … − ρ2 F2n M 2 − ρ − ρ − ρ ⎢ ⎥ = ⎢ ⎥⎢ ⎥ ⎡M o1 ⎤ ⎡1 1F11 1F12 … 1F1n ⎤⎡M1 ⎤ ⎢ ⎥ ⎢ ⎥⎢ ⎥ ⎢ … ⎥ ⎢ … … … … ⎥⎢ …⎥ M − ρ F 1− ρ F − ρ F M ⎢ ⎥ ⎢ ⎥⎢ ⎥ ⎢ o2 ⎥ ⎢ 2 21 2 22 … 2 2n ⎥⎢ 2 ⎥ − ρ − ρ − ρ = ⎣M on ⎦ ⎣ n Fn1 n Fn2 … 1 n Fnn ⎦⎣M n ⎦ ⎢ … ⎥ ⎢ … … … … ⎥⎢ …⎥ ⎢ ⎥ ⎢ ⎥⎢ ⎥ ⎣M on ⎦ ⎣ − ρn Fn1 − ρn Fn2 … 1− ρn Fnn ⎦⎣M n ⎦ Solve the Radiosity Equation Radiosity - Progressive Refinement • By gathering - use numerical techniques such as • Solves Jacobi / Gauss-Sidel methods (can be done in – Memory requirements parallel) – Lessens processing time – Calculates full radiosity solution – Θ (n2) – Preview work in progress • Based on flux (radiant exitance) left to be • By shooting - progressive refinement distributed in scene. – Approximate solution – Better solution with each iteration. Radiosity - Progressive
Recommended publications
  • Radiosity Radiosity
    Radiosity Radiosity Motivation: what is missing in ray-traced images? Indirect illumination effects Color bleeding Soft shadows Radiosity is a physically-based illumination algorithm capable of simulating the above phenomena in a scene made of ideal diffuse surfaces. Books: Cohen and Wallace, Radiosity and Realistic Image Synthesis, Academic Press Professional 1993. Sillion and Puech, Radiosity and Global Illumination, Morgan- Kaufmann, 1994. Indirect illumination effects Radiosity in a Nutshell Break surfaces into many small elements Light source Formulate and solve a linear system of equations that models the equilibrium of inter-reflected Eye light in a scene. Diffuse Reflection The solution gives us the amount of light leaving each point on each surface in the scene. Once solution is computed, the shaded elements can be quickly rendered from any viewpoint. Meshing (partition into elements) Radiosity Input geometry Change geometry Form-Factors Change light or colors Solution Render Change view 1 Radiometric quantities The Radiosity Equation Radiant energy [J] Assume that surfaces in the scene have been discretized into n small elements. Radiant power (flux): radiant energy per second [W] Assume that each element emits/reflects light Irradiance (flux density): incident radiant power per uniformly across its surface. unit area [W/m2] Define the radiosity B as the total hemispherical Radiosity (flux density): outgoing radiant power per flux density (W/m2) leaving a surface. unit area [W/m2] Let’’s write down an expression describing the total flux (light power) leaving element i in the Radiance (angular flux dedensity):nsity): radiant power per scene: unit projected area per unit solid angle [W/(m2 sr)] scene: total flux = emitted flux + reflected flux The Radiosity Equation The Form Factor Total flux leaving element i: Bi Ai The form factor Fji tells us how much of the flux Total flux emitted by element i: Ei Ai leaving element j actually reaches element i.
    [Show full text]
  • RADIATION HEAT TRANSFER Radiation
    MODULE I RADIATION HEAT TRANSFER Radiation Definition Radiation, energy transfer across a system boundary due to a T, by the mechanism of photon emission or electromagnetic wave emission. Because the mechanism of transmission is photon emission, unlike conduction and convection, there need be no intermediate matter to enable transmission. The significance of this is that radiation will be the only mechanism for heat transfer whenever a vacuum is present. Electromagnetic Phenomena. We are well acquainted with a wide range of electromagnetic phenomena in modern life. These phenomena are sometimes thought of as wave phenomena and are, consequently, often described in terms of electromagnetic wave length, . Examples are given in terms of the wave distribution shown below: m UV X Rays 0.4-0.7 Thermal , ht Radiation Microwave g radiation Visible Li 10-5 10-4 10-3 10-2 10-1 10-0 101 102 103 104 105 Wavelength, , m One aspect of electromagnetic radiation is that the related topics are more closely associated with optics and electronics than with those normally found in mechanical engineering courses. Nevertheless, these are widely encountered topics and the student is familiar with them through every day life experiences. From a viewpoint of previously studied topics students, particularly those with a background in mechanical or chemical engineering, will find the subject of Radiation Heat Transfer a little unusual. The physics background differs fundamentally from that found in the areas of continuum mechanics. Much of the related material is found in courses more closely identified with quantum physics or electrical engineering, i.e. Fields and Waves.
    [Show full text]
  • Causes of Color Radiometry for Color
    Causes of color • The sensation of color is caused • Light could be produced in by the brain. different amounts at different wavelengths (compare the sun and • Some ways to get this sensation a fluorescent light bulb). include: • Light could be differentially – Pressure on the eyelids reflected (e.g. some pigments). – Dreaming, hallucinations, etc. • It could be differentially refracted - • Main way to get it is the (e.g. Newton’s prism) response of the visual system to • Wavelength dependent specular the presence/absence of light at reflection - e.g. shiny copper penny various wavelengths. (actually most metals). • Flourescence - light at invisible wavelengths is absorbed and reemitted at visible wavelengths. Computer Vision - A Modern Approach Set: Color Radiometry for color • All definitions are now “per unit wavelength” • All units are now “per unit wavelength” • All terms are now “spectral” • Radiance becomes spectral radiance – watts per square meter per steradian per unit wavelength • Radiosity --- spectral radiosity Computer Vision - A Modern Approach Set: Color 1 Black body radiators • Construct a hot body with near-zero albedo (black body) – Easiest way to do this is to build a hollow metal object with a tiny hole in it, and look at the hole. • The spectral power distribution of light leaving this object is a simple function of temperature Ê 1 ˆ Ê 1 ˆ E(l) µ 5 Á ˜ Ë l ¯ Ë exp(hc klT )-1¯ • This leads to the notion of color temperature --- the temperature of a black body that would look the same Computer Vision - A Modern Approach Set: Color Measurements of relative spectral power of sunlight, made by J.
    [Show full text]
  • Radiometry and Photometry
    Radiometry and Photometry Wei-Chih Wang Department of Power Mechanical Engineering National TsingHua University W. Wang Materials Covered • Radiometry - Radiant Flux - Radiant Intensity - Irradiance - Radiance • Photometry - luminous Flux - luminous Intensity - Illuminance - luminance Conversion from radiometric and photometric W. Wang Radiometry Radiometry is the detection and measurement of light waves in the optical portion of the electromagnetic spectrum which is further divided into ultraviolet, visible, and infrared light. Example of a typical radiometer 3 W. Wang Photometry All light measurement is considered radiometry with photometry being a special subset of radiometry weighted for a typical human eye response. Example of a typical photometer 4 W. Wang Human Eyes Figure shows a schematic illustration of the human eye (Encyclopedia Britannica, 1994). The inside of the eyeball is clad by the retina, which is the light-sensitive part of the eye. The illustration also shows the fovea, a cone-rich central region of the retina which affords the high acuteness of central vision. Figure also shows the cell structure of the retina including the light-sensitive rod cells and cone cells. Also shown are the ganglion cells and nerve fibers that transmit the visual information to the brain. Rod cells are more abundant and more light sensitive than cone cells. Rods are 5 sensitive over the entire visible spectrum. W. Wang There are three types of cone cells, namely cone cells sensitive in the red, green, and blue spectral range. The approximate spectral sensitivity functions of the rods and three types or cones are shown in the figure above 6 W. Wang Eye sensitivity function The conversion between radiometric and photometric units is provided by the luminous efficiency function or eye sensitivity function, V(λ).
    [Show full text]
  • Eigenvector Radiosity
    Eigenvector Radiosity by Ian Ashdown, P. Eng., FIES B. App. Sc., The University of British Columbia, 1973 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of Science in THE FACULTY OF GRADUATE STUDIES (Department of Computer Science) We accept this thesis as conforming to the required standard _____________________________________________ _____________________________________________ The University of British Columbia April 2001 © Ian Ashdown, 2001 Abstract Radiative flux transfer between Lambertian surfaces can be described in terms of linear resistive networks with voltage sources. This thesis examines how these “radiative transfer networks” provide a physical interpretation for the eigenvalues and eigenvectors of form factor matrices. This leads to a novel approach to photorealistic image synthesis and radiative flux transfer analysis called eigenvector radiosity. ii Table of Contents Abstract ........................................................................................................................... ii Table of Contents ........................................................................................................... iii List of Figures ................................................................................................................ iv Acknowledgments ......................................................................................................... vii Dedication .....................................................................................................................
    [Show full text]
  • Motivation: Brdfs, Radiometry
    Motivation: BRDFs, Radiometry Sampling and Reconstruction of Visual Appearance § Basics of Illumination, Reflection § Formal radiometric analysis (not ad-hoc) CSE 274 [Fall 2018], Lecture 2 § Reflection Equation Ravi Ramamoorthi § Monte Carlo Rendering next week http://www.cs.ucsd.edu/~ravir § Appreciate formal analysis in a graduate course, even if not absolutely essential in practice Radiometry § Physical measurement of electromagnetic energy § Measure spatial (and angular) properties of light § Radiance, Irradiance § Reflection functions: Bi-Directional Reflectance Distribution Function or BRDF § Reflection Equation § Simple BRDF models 1 Radiance Radiance properties ? Radiance constant as propagates along ray ? Power per unit projected area perpendicular – Derived from conservation of flux to the ray per unit solid angle in the direction of the ray – Fundamental in Light Transport. dΦ == L dωω dA L d dA = dΦ 1 1112 2 2 2 2 ωω==22 ? Symbol: L(x,ω) (W/m sr) d12 dA r d 21 dA r dA dA dωω dA==12 d dA ? Flux given by 11 r 2 2 2 dΦ = L(x,ω) cos θ dω dA ∴LL12= 2 Radiance properties Irradiance, Radiosity ? Sensor response proportional to radiance ? Irradiance E is radiant power per unit area (constant of proportionality is throughput) ? Integrate incoming radiance over – Far away surface: See more, but subtends hemisphere smaller angle – Projected solid angle (cos θ dω) – Wall equally bright across viewing distances – Uniform illumination: Consequences Irradiance = π [CW 24,25] 2 – Radiance associated with rays in a ray tracer – Units: W/m
    [Show full text]
  • Radiosity Overview, by Stephen Spencer
    Radiiosiity Measurres off IIllllumiinattiion The Radiiosiitty Equattiion Forrm Facttorrs Radiiosiitty Allgorriitthms [[Angell,, Ch 13..4--13..5]] Allternatiive Notes • SIGGRAPH 1993 Education Slide Set – Radiosity Overview, by Stephen Spencer www.siggraph.org/education/materials/HyperGraph/radiosity/overview_1.htm 1 Liimiitatiions of Ray Traciing Locall vs. Glloball Illllumiinatiion • Local illumination: Phong model (OpenGL) – Light to surface to viewer – No shadows, interreflections – Fast enough for interactive graphics • Global illumination: Ray tracing ± Multiple specular reflections and transmissions ± Only one step of diffuse reflection • Global illumination: Radiosity ± All diffuse interreflections; shadows ± Advanced: combine with specular reflection 2 Image vs. Objject Space • Image space: Ray tracing ± Trace backwards from viewer ± View-dependent calculation ± Result: rasterized image (pixel by pixel) • Object space: Radiosity ± Assume only diffuse-diffuse interactions ± View-independent calculation ± Result: 3D model, color for each surface patch ± Can render with OpenGL Cllassiicall Radiiosiity Method • Divide surfaces into patches (elements) • Model light transfer between patches as system of linear equations • Important assumptions: ± Reflection and emission are diffuse · Recall: diffuse reflection is equal in all directions · So radiance is independent of direction ± No participating media (no fog) ± No transmission (only opaque surfaces) ± Radiosity is constant across each element ± Solve for R, G, B separately 3 Ballance
    [Show full text]
  • Radiometry, Radiosity and Photon Mapping
    Radiometry, Radiosity and Photon Mapping When images produced using the rendering techniques described in Chapter 3 just are not giving you the realism you require probably the first technique that comes to mind to improve things is ray tracing. There are other techniques for generating high quality synthetic images but they will not be discussed here. Ray tracing may be slow but it does give superb, almost photographic quality, images and better algorithms are being developed all the time, so that under certain conditions it is even possible to achieve real-time ray tracing. There are many texts that describe the theory of ray tracing in detail, Watt [9] in chapters 7 and 8 covers all the basics and in Glassner [3] the story is continued. Shirley [8] specializes in realistic ray tracing. A full description of a complete package is given by Lindley [5] and there are also quite a few good publicly available freeware and shareware ray tracing programs with code that can be retrieved from many FTP sites and open source repositories. Despite the popularity of the ray tracing algorithm some would argue that it does not implement a true model of the illumination process and cannot easily image things like the penumbra of soft shadows, particulate light scattering or the caustics due to light passing through refractive glass A lot of work has been done on an alternative approach know as radiosity, and this has been used to produce some of the most realistic images ever synthesized, however radiosity is not perfect, it cannot account for specular reflections for example.
    [Show full text]
  • 18. Radiosity
    Reading Recommended : Watt, Chapter 10. 18. Radiosity : Optional M. F. Cohen and J. R. Wallace. Radiosity and Realistic Image Synthesis. Academic Press. 1993. 2 1 Physically-based rendering Physically-based rendering, cont'd Basic optics Why physically-based? Physics of light and color Insights into problem of rendering Geometrical optics Illumination engineering Ray \metaphor" Quest for realism Re ection and transmission A \grand challenge" problem in graphics Radiative transfer The light holo deck...someday Measurement: radiometry and photometry Transp ort theory and integral equations 4 3 Radiometry Radiance So far we have considered b ouncing of light around ro om In graphics and illumination engineering, the measure of using ray tracing. energy along a ray is called radiance. What is the fundamental quantity that is b ouncing around? Rougly sp eaking, radiance is the power per unit area per unit direction passing through a p oint p in a particular direction u: This quanitity is a function of some variables. What are they? Lp; u For the moment, we are ignoring wavelength dep endence. One of the most imp ortant prop erties of radiance: radiance is constant along a ray travel ling through empty space. 6 5 The BRDF The grand scheme en an incoming direction and an outgoing direction, only Giv Photons/light Physics p ortion of the light is re ected dep ending on the surface a Transport theory material prop erties. Mathematics Lp; u Lp; u out Integral equations in Radiometry u out Computer Science u in Algorithms p Numerics dA Surface balance equation This re ection function is called the BRDF, or Bi-directional Re ectance Distribution Function.
    [Show full text]
  • Radiation: Overview
    AME 60634 Int. Heat Trans. Radiation: Overview • Radiation - Emission – thermal radiation is the emission of electromagnetic waves when matter is at an absolute temperature greater than 0 K – emission is due to the oscillations and transitions of the many electrons that comprise the matter • the oscillations and transitions are sustained by the thermal energy of the matter – emission corresponds to heat transfer from the matter and hence to a reduction in the thermal energy stored in the matter • Radiation - Absorption – radiation may also be absorbed by matter – absorption results in heat transfer to the matter and hence to an increase in the thermal energy stored in the matter D. B. Go AME 60634 Int. Heat Trans. Radiation: Overview • Emission – emission from a gas or semi- transparent solid or liquid is a volumetric phenomenon – emission from an opaque solid or liquid is a surface phenomenon • emission originates from atoms & molecules within 1 µm of the surface • Dual Nature – in some cases, the physical manifestations of radiation may be explained by viewing it as particles (A.K.A. photons or quanta); in other cases, radiation behaves as an electromagnetic wave – radiation is characterized by a wavelength λ and frequency ν which are related through the speed at which radiation propagates in the medium of interest (solid, liquid, gas, vacuum) c in a vacuum λ = c = c = 2.998 ×108 m/s ν o D. B. Go € € AME 60634 Int. Heat Trans. Radiation: Spectral Considerations • Electromagnetic Spectrum – the range of all possible radiation frequencies – thermal radiation is confined to the infrared, visible, and ultraviolet regions of the spectrum 0.1< λ <100 µm € • Spectral Distribution – radiation emitted by an opaque surface varies with wavelength – spectral distribution describes the radiation over all wavelengths – monochromatic/spectral components are associated with particular wavelengths D.
    [Show full text]
  • 1 Radiosity Why Radiosity?
    Radiosity Why Radiosity? References: Cohen and Wallace, Radiosity and Realistic Image Synthesis Sillion and Puech, Radiosity and Global Illumination eye Thanks to Leonard McMillan A powerful demonstration introduced by Goral et al. of the differences between radiosity and for the slides traditional ray tracing is provided by a sculpture by John Ferren. The sculpture consists of a series of vertical boards painted white on the faces visible to the viewer. The back faces of the boards are Thanks to François Sillion for painted bright colors. The sculpture is illuminated by light entering a window behind the sculpture, images so light reaching the viewer first reflects off the colored surfaces, then off the white surfaces before entering the eye. As a result, the colors from the back boards “bleed” onto the white surfaces. An early application of radiative heat transfer in stables. Lecture 20 Slide 1 6.837 Fall ‘01 Lecture 20 Slide 2 6.837 Fall ‘01 Radiosity vs. Ray Tracing Ray Tracing vs. Radiosity Ray tracing is an image-space algorithm, while radiosity is computed in object-space. Original sculpture lit Ray traced image. A standard Image rendered with radiosity. by daylight from the rear. Ray tracer cannot simulate the note color bleeding effects. interreflection of light between Because the solution is limited by the view, ray tracing is often said to provide a view- diffuse Surfaces. dependent solution, although this is somewhat misleading in that it implies that the radiance itself is dependent on the view, which is not the case. The term view-independent refers only to the use of the view to limit the set if locations and directions for which the radiance is computed.
    [Show full text]
  • Radiometry.Pdf
    Radiometry • Questions: • how “bright” will surfaces be? • what is “brightness”? • measuring light • interactions between light and surfaces • Core idea - think about light arriving at a surface • around any point is a hemisphere of directions • Simplest problems can be dealt with by reasoning about this hemisphere Lambert’s wall More complex wall More complex wall Solid Angle • By analogy with angle (in radians) • The solid angle subtended by a patch area dA is given by dAcosϑ dω = r2 • Another€ useful expression: dω = sinϑ (dϑ )(dφ) € Radiance • Measure the “amount of light” at a point, in a direction • Property is: Radiant power per unit foreshortened area per unit solid angle • Units: watts per square meter per steradian (wm-2sr-1) • Usually written as: • Crucial property: In a vacuum, radiance leaving p in the direction of q L(x,ϑ,ϕ) is the same as radiance arriving at q from p – hence the units € Radiance is constant along straight lines • Power 1->2, leaving 1: dA2 cosϑ 2 L(x1,ϑ,ϕ)(dA1 cosϑ1) r2 • Power 1->2, arriving at 2: € dA1 cosϑ1 L(x 2,ϑ,ϕ)(dA2 cosϑ 2 ) r2 € Irradiance • How much light is arriving at a surface? • Sensible unit is Irradiance L(x,ϑ,ϕ)cosϑdω • Incident power per unit area not foreshortened • This is a function of incoming angle. A surface experiencing radiance L(x,θ,φ) coming in from • € dω experiences irradiance • Crucial property: ∫ L(x,ϑ,ϕ)cosϑ sinϑdϑdϕ Total power arriving at the Ω surface is given by adding irradiance over all incoming angles --- this is why it’s a € natural unit Surfaces and the BRDF • Many effects when light strikes a surface -- could be: • absorbed; transmitted.
    [Show full text]