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

Thread: What is half angle vector???????

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    Thailand
    Posts
    6

    What is half angle vector???????

    What is half angle vector can anybody tell me?? I know that it is used in lighting calculation but I haven't looked into it..just yet..

    any help is appreciated

    cheers

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Sep 2000
    Location
    SWEDEN
    Posts
    718

    Re: What is half angle vector???????

    The half angle vector H is 0.5(V+L) Where V is the view vector and L is the light vector. You then compute specular lighting by using H dot N. It is used in e.g. the OpenGL lighting equation mostly because of it's efficiency. If the light is directional and the viewer is at infinity, H is constant so you only have to compute is once. Try searching google for "lighting equation" with "blinn" and "phong" and you should get some relevant pages.

  3. #3
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    Thailand
    Posts
    6

    Re: What is half angle vector???????

    thanks alot
    but...ahh
    Im still see it vaguely.. could you help me visualize it please like what exactly half angle vector does... or any articles on that if you dont wanna waste your time telling me...

    cheers!

  4. #4
    Senior Member OpenGL Pro
    Join Date
    Aug 2000
    Location
    Portsmouth, Hampshire, England
    Posts
    1,063

    Re: What is half angle vector???????

    I found this. http://www.whisqu.se/per/docs/graphics10.htm

    A most excellent description on Blinn Specular. And _why_ the half angle is used.

    Nutty

Posting Permissions

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