1 / 3

Shadows

Shadows. Testing for shadows. For each light source i If face is backface wrt light source (called self-shadowing ) Set IN-SHADOW to TRUE else Set IN-SHADOW to FALSE Construct ray from point to light source For each object Test ray-object intersection (between point and l.s.)

dermot
Download Presentation

Shadows

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. Shadows CSE 681

  2. Testing for shadows CSE 681

  3. For each light source i • If face is backface wrt light source (called self-shadowing) • Set IN-SHADOW to TRUE • else • Set IN-SHADOW to FALSE • Construct ray from point to light source • For each object • Test ray-object intersection (between point and l.s.) • If intersection found • Set IN-SHADOW to TRUE for this light source • Break out of object loop • If (NOT IN-SHADOW) add in effect of light source I • accumulate diffuse light • accumulate specular light Pseudo-code CSE 681

More Related