CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Making shadows

  1. #1
    Join Date
    Apr 1999
    Posts
    53

    Making shadows

    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.


  2. #2
    Guest

    Re: Making shadows

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured