-
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
-
Advanced Member
Frequent Contributor
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.
-
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!
-
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
-
Forum Rules