Views:46,568 |
||
Updated:Aug 26, 2005 |
Readership Level:Advanced |
|
Tags: |
||
Maya Versions:4.x, 5.x, 6.x, 7.x |
Platforms:irix, linux, mac, windows |
|
Owner: |
Language:English |
|






Here's a brief overview:
1) Get the world position of the point being shaded by using the samplerInfoNode.
2) Get the world position of the light using the lightInfo node.
3) Subtract (1) from (2) to get a vector from the surface point to the light.
4) Get the surface normal in camera space using the samplerInfo node.
5) Convert the surface normal to world space using a vectorProduct node set appropriately.
6) Take the dot product of (3) and (5) using another vectorProduct node set to "dot product" -- this is the light facing ratio.
7) Clamp the light facing ratio (6) to between 0 and 1.
8) Run the facing ratio intoi the V-coordinate of a V-ramp set to colors of your choice.
9) Loop the output of the ramp back into the light color.
You now have angle-based hue falloff built into the light.
To explore this in detail, download the maya scene file:
hueFalloffLight.ma
Comments
Write a Comment