HOME | DD

Hosse7 — Fractal-processor

Published: 2008-03-10 19:03:13 +0000 UTC; Views: 437; Favourites: 4; Downloads: 19
Redirect to original
Description Apo 2.07
Wedge_escher script
escher - (delete)
spher - plugin (-1+random)
Related content
Comments: 2

Hosse7 [2009-08-14 08:05:00 +0000 UTC]

fractal2cry
Text scripts correct

{ ========================================= }
{ "Wedge_Escher Script" }
{ Scripted By Hosse7 }
{ [link] }
{ Thank you & respect TataSZ }
{ [link] }
{ Requires Apophysis 2.07, bipolar, }
{ wedge_julia, escher and oscilloscope variations. }
{ ========================================= }


{ Scripted By Hosse7 }
Clear

b := 1
While b > 0.5 do
Begin
b := random
end

a := 3
While a > 2 do
Begin
a := random*2+0.5
end

d := 3
While d > 2 do
Begin
d := random*2+0.5
end

c := 3
While c > 1 do
Begin
c := random*1.5+0.5
end

AddTransform
With Transform do
Begin
linear :=0
bipolar := 1.3
spher := -1+random
color := random
symmetry := -1
weight := 2
transform.a :=b+1;
transform.b :=0;
transform.c :=0;
transform.d :=b+1;
transform.e :=0;
transform.f :=0;
End

w :=random

AddTransform
With Transform do
Begin
linear :=0
wedge_julia := 1
wedge_julia_angle := a +random
wedge_julia_count := 1.7+random
wedge_julia_power := trunc(random*3+5)
wedge_julia_dist := -d
color := random
symmetry := -1
weight := 5
transform.a :=w+1;
transform.b :=0;
transform.c :=0;
transform.d :=w+1;
transform.e :=0;
transform.f :=0;
End
AddTransform
With Transform do
Begin
linear :=0
oscilloscope := 0.5
color := random
symmetry := -2
weight := 1
scale (random*2)
End

👍: 0 ⏩: 0

fractal2cry [2009-08-12 21:32:52 +0000 UTC]

how can i get this plz

👍: 0 ⏩: 0