1 / 13

NPR Wrapup + Shadows Intro CS 446: Real-Time Rendering & Game Technology

NPR Wrapup + Shadows Intro CS 446: Real-Time Rendering & Game Technology. David Luebke University of Virginia. Demo. Today: Chris Palmer (F.E.A.R.) Thursday: Jiajun Zhu. NPR Recap: Painterly Rendering. Impressionistic or “painterly” rendering: Sprinkle particles on object surface

yuri
Télécharger la présentation

NPR Wrapup + Shadows Intro CS 446: Real-Time Rendering & Game Technology

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. NPR Wrapup+ Shadows IntroCS 446: Real-Time Rendering & Game Technology David Luebke University of Virginia

  2. Demo • Today: Chris Palmer (F.E.A.R.) • Thursday: Jiajun Zhu Real-Time Rendering

  3. NPR Recap: Painterly Rendering • Impressionistic or “painterly” rendering: • Sprinkle particles on object surface • Draw particles as brushstrokes • Can render images to encode normals, surface curvature, depth, color/tone info Real-Time Rendering

  4. Painterly Rendering Real-Time Rendering

  5. Other Styles • Hatching: • Store different cross-hatch patterns representing different tones as textures • Clever ways to use texture hardware to blend between tones at run-time • More info if time permits… Real-Time Rendering

  6. Other Styles • “Graftals” are a general term used for strokes, decals, little bits of geometry • Dynamic placement of graftals to achieve certain effects/styles: Real-Time Rendering

  7. Other Styles • Technical Illustration Real-Time Rendering

  8. Generalizing NPR • Recent work by researchers in NPR attempts to generalize many of these concepts: Coherent Stylized SilhouettesKalnins, Davidson, Markosian, Finkelstein Real-Time Rendering

  9. Generalizing NPR • Recent work by researchers in NPR attempts to generalize many of these concepts: Suggestive ContoursDeCarlo, Finkelstein, Reinkiewicz, Santella Real-Time Rendering

  10. Gallery of NPR images • Technical Illustration • Coherent Stylized Silhouettes • Suggestive Contours • SIGGRAPH papers… • NPAR Real-Time Rendering

  11. Shadows • An important visual cue, traditionally hard to do in real-time rendering • Outline: • Notation • Planar shadows • Soft shadows • Projective shadows • Shadow volumes • Shadow maps • Shadow optimizations Real-Time Rendering

  12. Notation • Light source • Point vs area • Occluders & receivers • Identify ahead of time? • Self-shadowing? • Shadow • Umbra • Penumbra • Soft vs hard shadows Real-Time Rendering

  13. Planar Shadows • Old trick: project the occluder geometry to a plane and render over ground plane • Can do with a matrix • Z-bias issues • Semiopaque shadows harder • Stencil and Z-buffer tricks • Another option: generate textured rectangle • Problems • Light source inside object (Antishadows) • Only planar receivers  no self-shadowing Real-Time Rendering

More Related