Re: [Algorithms] volumetric spotlight
Brought to you by:
vexxed72
From: Bert P. <be...@bp...> - 2010-03-28 15:03:48
|
Darren Grant schreef: > The most complex approach is to write a ray-casting shader that > integrates over distance travelled by each eye ray through the umbra > volume. It is hard to get the results to overlap and intersect correctly > with the rest of the scene unless you have some sort of unified > rendering architecture built around ray-casting. Very pretty if you get > it working, but very difficult to deploy without limitations coming back > to get you later. I'd give that a try too. There's some good shadowmap based stuff in ShaderX7 as well for easier integration with scene geometry (p. 331). Also check out I3D10's update to Crytek's Light propagation volumes. hth, bert |