Click to See Complete Forum and Search --> : Making shadows


Berntsen
May 21st, 1999, 08:27 AM
I am programming with OpenGL and Open Inventor, and I have found out that there is no support for making shadows from one object onto another.

Is there a library or another way to achieve this?

Thank you.

May 21st, 1999, 09:16 AM
The glut package comes with at least one demo of casting shadows onto a plane. Follow this link ( At Nate Robins Homepage) for a zipped package:

http://www.cs.utah.edu/~narobins/shadow/shadow.zip

I have not learned OpenGL enough or researched into applying shadows on other objects yet.