Download presentation
Presentation is loading. Please wait.
Published byMoses Horn Modified over 9 years ago
1
Discussion of Report 2 1.To include the indirect lighting from a large diffuse surface such as the floor or a wall. 2.To compute the lighting from area light sources WITHOUT using the Phong lighting model. That means your ray path (starting from the eye) gets no intensity if it does not intersect with any light source.
2
Q1: Indirect Lighting from Diffuse Surfaces Naïve approach: Monte Carlo Integration –Efficient issues if the light path has 2 or more diffuse vertices. Any speedup for special cases? –Considering just one-bounce indirect lighting?
3
Q2: Replacing Phong Lighting Phong: I = Ka*Ia + kd*Id + Ks*Is = Ka*Ia + {Kd*(N · L)+ Ks* (N · H) n } * Ii In short, we compute a ratio of Ii Consider this scenario:
4
Announcement Start planning for project proposal!
5
Project Suggestions 1.Rendering of a large scene and acceleration with kd-tree or BVH. 2.Integration of Ray Tracing with: –Mobile devices (Android or iOS) –OpenGL applications 3.Photon Mapping (with simplified photon caching and final gathering). 4.Study of Monte Carlo Path Tracing with Multiple Importance Sampling
6
Example of Large Scenes Conference Room, Sponza, Sibenik, San Miguel, …etc. from McGuire Graphics Data (http://graphics.cs.williams.edu/data/meshes.xml)
7
Photon Map Further reading: SIGGRAPH 2008 Course at http://dx.doi.org/10.1145/1401132.1401136 http://dx.doi.org/10.1145/1401132.1401136
9
Multiple Importance Sampling
10
Stanford Rendering Competition
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.