Archive: can anyone help me.... (DM)


3rd May 2002 16:54 UTC

can anyone help me.... (DM)
...to remove the rectangular effect in this preset?

thanx


4th May 2002 03:28 UTC

You obviously aren't accustomed with all of the features yet. The 'rectangular effect' is caused by a low grid size on the DM - i.e., fix it by setting the grid size (located to the right under the pixel block) higher - say, 30x30.
I also took the liberty of optimizing it a bit, to get rid of distortion caused by division by zero (d=d/sin(fd)) and to reach (what seemed like) the effect you wanted:
d=d-sin(bd)-tan(1-abs(bd));
d=d*(sin(fd)+1.5);
r=r-sin(bd)/cos(fd);