Skip to content

Commit

Permalink
Changed position of lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptorian1125 committed Sep 1, 2020
1 parent 57ef8fb commit 7caca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reptorian.gmic
Expand Up @@ -63,14 +63,14 @@ rep_pfrac: rep_popcorn_fractal $*
#@cli : \ \ \ \ If _mode=1: ... = '_f1=_f4=0','_f2=_f5=1','_f3=_f6=2'\n
rep_popcorn_fractal:
skip ${1=50},${2=1},${3=.05},${4=3},${5=1},${6=0},${7=0},${8=0},${9=0},${10=},${11=},${12=},${13=},${14=},${15=}
channels. 0 f. 0
if ($6-360*floor($6/360))?1
fvx="((rot_x(xnew,ynew)-origin_x*sx)*cx/zoom+cx*sx)/sx"
fvy="((rot_y(xnew,ynew)-origin_y*sy)*cy/zoom+cy*sy)/sy"
else
fvx="((xnew-origin_x*sx)*cx/zoom+cx*sx)/sx"
fvy="((ynew-origin_y*sy)*cy/zoom+cy*sy)/sy"
fi
channels. 0 f. 0
l.
eval ${-math_lib}"
const pts=$1;
Expand Down

0 comments on commit 7caca4a

Please sign in to comment.