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 5 of 5

Thread: Where can I learn about lighting models

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

    Where can I learn about lighting models

    Do you know where can I find a good intro for lighting models and all
    the algorythms/ math necessary to represent light in a program? I wanted to do all my lighting in my program and just tried the Computer Graphics: Principles and Practices book
    chapter on the matter,
    but I didnt understand everything, I have some doubts in some aspects...

    Any other books/URLs?

    Thx!

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Feb 2001
    Location
    Switzerland
    Posts
    1,840

    Re: Where can I learn about lighting models

    you know vectormath? matrixmath? integrals and such? no? learn this.. else.. why dont you understand?
    http://davepermen.net - if i could stay true to my heart, i would feel totally free

  3. #3
    Junior Member Regular Contributor
    Join Date
    Apr 2000
    Posts
    134

    Re: Where can I learn about lighting models

    I've seen some stuff concerning lighting on Nvidia Site (developers section) but it concerns D3D.. don't know if it can helps.. Anyway you can also drop an eye to mesa sources a lot of stuff inside!! eh? why don't you use openGL lighting models?

  4. #4
    Junior Member Newbie
    Join Date
    Apr 2001
    Location
    Malaysia
    Posts
    25

    Re: Where can I learn about lighting models

    Hi..
    well..before u doing lighting in OpenGL, you have to know several terms that are mostly used in lighting:-
    Firstly, u should know what is ambient light, diffuse light and specular light.
    Second, the concept of local light source and infinite light source.
    well..that's all for now..
    <-- V R E M P I R E -->

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

    Re: Where can I learn about lighting models

    Thx for your answers!

Posting Permissions

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