Caedes

Member-Initiated Projects

Discussion Board -> Member-Initiated Projects -> apophysis contest

apophysis contest

.waiways
06/21/09 4:25 PM GMT
fallowing in the footsteps of les's apophysis challenge i made a script for apophysis to use in a challenge. first, some rules: the script only works in apophysis 2.08 beta 3-D hack. you cant use any other programs besides apophysis. last, you cant use plugins for apophysis or other scripts besides this one:

x := 0;
If not InputQuery('Explosion', 'Linear Factor', x) then Exit;
z := 0;
If not InputQuery(' Explosion ', 'Spherical Factor', z) then Exit;
w := 1;
If not InputQuery(' Explosion ', 'Sinusoidal Factor', w) then Exit;

y := z * 10 ^ 6
If z < 2 then z := y ^7

x := x/10;
w := w/15;

AddTransform
With Transform do
begin
linear := x
sinusoidal := w
spherical := z
weight:= 5.5
end;

CalculateBounds
flame.x := 0
flame.y := 0
flame.brightness := 50

just copy and paste this into the script editor.
at some point in time i'll decide a winner.
post a link on this thread so i can see all the fractals.

by the way there are no prizes. sorry about that.
0∈ [?]
├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤ ├ ┬ ┴ ┴ ┬ ┤

Comments

Post a Comment  -  Subscribe to this discussion

Leave a comment (registration required):

Subject: