Deep Shadow Buffers

Z-Buffer shadows with “softness” are much faster with “deep” shadow buffers because the blur is pre-calculated, (however, they require substantially more memory).  There may be a pause the first time a particular deepness is computed, (very much like MIP-mapped textures).  Z-Buffer shadows are made “deep” automatically.

Back