NVIDIA Developer Zone

Search

Search results
Improving Shadows and Reflections via the Stencil Buffer

onto arbitrarily shaped objects, and don't expect to see shadows from multiple light sources. What this tutorial .... glutCreateWindow("stencil buffer example"); ...

SceniX | NVIDIA Developer Zone

The NVSG importer failed to read quoted object names containing spaces. ... Added QtForwardShadowMapping example demonstrating multi-pass .... Stencil Buffer support – enabling stencil buffer operations to occur per drawable object ...

save TextureGL to a jpg file - NVIDIA Developer Forums

Nothing is inside the stencil buffer or color buffer is there is no object selected due to the traversal mask setting in that specific Viewer code.

CSAA (Coverage Sampling Antialiasing) | NVIDIA Developer Zone

In supersampling for example, each sample represents shaded color, stored ... and coverage, which essentially amounts to rendering to an oversized buffer and ... while maintaining the same quality color/z/stencil and coverage sampling.

save TextureGL to a jpg file - NVIDIA Developer Forums

I have followed the example code of offscreen rendering found in ... Nothing is inside the stencil buffer or color buffer is there is no object ...

GPU Gems: Chapter 29. Efficient Occlusion Culling

By skipping the entire rendering process for an occluded object, we can reduce the rendering load on the GPU. ... Note, however, that because the depth buffer and the stencil buffer are often .... (A tall wall or a big building is a good example.) ...

GPU Gems: Chapter 12. Omnidirectional Shadow Mapping

In computer-generated scenes, an object's shadow enhances our perception of the ... For example, shadows are a major part of the story line in id Software's ... it (the only essential hardware feature is support for an eight-bit stencil buffer), ...

The QuadPicker example is referring to old names? - NVIDIA ...

21 Jan 2011 ... An object that does not generate a fragment will not be selected, that is right. Also , your approach to use the stencil buffer for selection should ...

Is it possible to read a texture withe stencil format in fragment shader ...

... of EXT_packed_depth_stencil to bind a texture with format of DEPTH24_STENCIL8_EXT as the depth-stencil buffer of a frame buffer object.

GPU Gems 3: Chapter 11. Efficient and Robust Shadow Volumes ...

Then, we render the boundary of the shadow volume into the stencil buffer (not into ... For nonconvex objects, this extrusion can result in nested silhouettes, which do not ... meshes (imagine just a single triangle as an occluder, for example).