R rkushuna Newcomer Nov 2, 2003 #1 Hi, Can any body give me information on shadow rendering techniques or give me links where i can find the information. Thank you.
Hi, Can any body give me information on shadow rendering techniques or give me links where i can find the information. Thank you.
H Humus Crazy coder Veteran Nov 3, 2003 #2 Well, I got an article at my site that covers shadow mapping: http://esprit.campus.luth.se/~humus/?page=Articles Got plenty of demos using this technique too.
Well, I got an article at my site that covers shadow mapping: http://esprit.campus.luth.se/~humus/?page=Articles Got plenty of demos using this technique too.
K KimB Legend Nov 3, 2003 #3 Here's some stuff on shadow volumes using the stencil buffer: http://developer.nvidia.com/object/robust_shadow_volumes.html It includes a paper on how JC came up with his method of doing shadow volumes for DOOM3.
Here's some stuff on shadow volumes using the stencil buffer: http://developer.nvidia.com/object/robust_shadow_volumes.html It includes a paper on how JC came up with his method of doing shadow volumes for DOOM3.
N NeARAZ Newcomer Nov 3, 2003 #4 Here's a hack for stencil shadows with simplified occluder geometry, with extrusion in vertex shader: http://www.gim.ktu.lt/nesnausk/nearaz/texts/revext.html
Here's a hack for stencil shadows with simplified occluder geometry, with extrusion in vertex shader: http://www.gim.ktu.lt/nesnausk/nearaz/texts/revext.html