stencil buffer algorithms
play

Stencil Buffer Algorithms CS418 Computer Graphics John C. Hart - PowerPoint PPT Presentation

Stencil Buffer Algorithms CS418 Computer Graphics John C. Hart Stencil Buffer glStencilOp(sfail,dfail,dpass) sfail: stencil test fails dfail: stencil test passes, depth test fails glEnable(GL_STENCIL_TEST) dpass: both stencil


  1. Stencil Buffer Algorithms CS418 Computer Graphics John C. Hart

  2. Stencil Buffer glStencilOp(sfail,dfail,dpass) • sfail: stencil test fails • dfail: stencil test passes, depth test fails glEnable(GL_STENCIL_TEST) • dpass: both stencil and glDisable(GL_STENCIL_TEST) depth tests pass Operations: glStencilFunc(function,value,mask) • GL_KEEP: Keep current value • test function: GL_NEVER, ALWAYS, • ZERO: Stencil = 0 LESS, LEQUAL, GREATER, GEQUAL, • EQUAL, NOTEQUAL REPLACE: Stencil = value • integer value for comparison: [0,2 n -1 ] • INCR: Stencil++ • • mask controls which bits used/affected INCR_WRAP: incr mod 2 n -1 • DECR: Stencil-- • glStencilMask(mask) DECR_WRAP: decr mod 2 n -1 • • Changes which stencil bits affected INVERT: Xor w/ 2 n -1 -1

  3. Shadows enhance realism and give important positional cues

  4. Shadow Buffer Problems • Shadow maps – resolution issues • Dynamic – lights – occluders – receivers

  5. Stenciled Shadow Volumes 1. Render scene geom. into frame and z-buffer 2. Render front faces of SV, incrementing stencil when they pass the z-test 3. Render back faces of SV, decrementing stencil when they pass the z-test 4. Pixels with stencil = 0 are lit, rest shadowed Z-pass [Heidmann '91]

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend