Math and algorithms: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== [[Calculating a Surface Normal]] == | == [[Calculating a Surface Normal]] == | ||
Required for | Required from the application by OpenGL for lighting calculations. | ||
== [[Vector Dot Product]] == | == [[Vector Dot Product]] == | ||
Useful in lighting calculations. | Useful in lighting calculations. |
Revision as of 07:26, 5 April 2006
Calculating a Surface Normal
Required from the application by OpenGL for lighting calculations.
Vector Dot Product
Useful in lighting calculations.