Quote: a faster way to blur ist to blur h and v in diffrent passes
How would I do this? I mean, how would I go about setting the values? Would I use a parametric trig function (x(t)= sin([pixel's x coord (t)] y(t)= sin([pixel's y coord (t)]) to get the values I need for the array(s)?
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}