Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: About lighting (not OpenGL lighting, but general lighting)

  1. #1
    Junior Member Regular Contributor
    Join Date
    Aug 2000
    Posts
    106

    About lighting (not OpenGL lighting, but general lighting)

    I wanted to do all my lighting in my program, but I wanted more information about the different light models and the equations for each one. I was reading/trying to understand the chapter on lights in the Computer Graphics: Principles and Practice book with little success. Are there any other resources out there? I found little information in Google, maybe you can correct me...

    Thx!

  2. #2
    Guest

    Re: About lighting (not OpenGL lighting, but general lighting)

    Im also interested in this.

  3. #3
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    Re: About lighting (not OpenGL lighting, but general lighting)

    The general OpenGL formulas are on the specs. All you need to understand is dot products and vector calculations.

    The Foley and van Dam was a good choice. Try to get the grip on it.

    I liked Alan Watt's 3D Computer Graphics.

    A very interesting reading but pretty advanced (you have been warned!) is "Roy Hall: Illumination and Color in computer generated Imagery".

Posting Permissions

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