Forum: Poser - OFFICIAL


Subject: Poser 5 - Materials Room - P Node

JamieReid opened this issue on Feb 11, 2005 ยท 13 posts


nruddock posted Sat, 12 February 2005 at 11:31 AM

There are two things you will need to do to the Y value 1) Add an offset 2) Multiply by a scale factor.

To determine the values to use you need to know the minimum and maximum Y coordinates of the figure, call these Ymin and Ymax.
As you want the transparency to go from 0 to 1, the values for the offset and scale factor are then as follows :-
Scale factor = (Ymax - Ymin)
Offset = -Ymin

Don't forget to set the Edge and Falloff to 0