nothing important
This commit is contained in:
@@ -32,8 +32,8 @@ for (y=1; y<fimg->height; y++) {
|
||||
fx = (float)x / (float)fimg->width;
|
||||
fimg_plot_rgb(fimg, x, y,
|
||||
M*(cos(fx*K)+1.2),
|
||||
M*(cos(fy*K)+1.2),
|
||||
M*(cos(fx*fy)+1.2));
|
||||
M*(sin(fy*K)+1.4),
|
||||
M*(cos(fx*fy)+1.6));
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user