Real time shadows using shadow maps and opengl

Started by
1 comment, last by _walrus 21 years, 5 months ago
I''m just doing some research onto creating shadow mapping (the technique described in "Casting Curved Shadows on Curved Surfaces" by L. Williams. Does anybody know if there are any simple implementations (with source) of this technique in OpenGL. Thanks.
Advertisement
There are some simple shadowmapping demos at Delphi3D (unfortunately in Delphi, but very easy to convert to C/C++).

Also, nVidia''s developer page is always a good resource for documents and demos.
I have a relatively simple shadow mapping project on my site.

This topic is closed to new replies.

Advertisement