Tuesday, July 28, 2009

(1)Non-linearly reduce the influence based on the length of the sprial






Always reordering
length is the length of the spiral.
if(Ii>Tii)
in = 255-Ii;
else
{
in = 255 - Ii;
in = in * pow((double)(length+1),-0.2);// influence slow down based on the length
}

No comments:

Post a Comment