HOME | DD
Published: 2008-04-29 20:31:23 +0000 UTC; Views: 2792; Favourites: 22; Downloads: 279
Redirect to original
Description
Text script:{ Mandala Wedge_Julia :: Created by Hosse7 for Apophysis 2.06 3D hack}
Clear;
p := 4+trunc(random*6);
z := ((random*0.2)+0.5);
addtransform;
with Transform do
begin
linear3D := 0;
julian := 1;
julian_power := -8;
julian_dist := 0.995;
preblur := 0.25;
zscale := 0.45;
ztranslate := z;
zcone := -0.13;
translate(random*1,random*1)
color := random;
scale(1.25);
end;
AddTransform
With Transform do
Begin
linear3D :=0
wedge_julia := -0.5
wedge_julia_angle := z +random
wedge_julia_count := 8+random/4
wedge_julia_power := trunc(random*50+5)
wedge_julia_dist := 6
preblur := 0.05;
zscale := 0.25;
ztranslate := z;
zcone := -0.08;
translate(random*2,random*1)
rotate(random*360)
color := random
symmetry := 2
weight := -0.5
transform.a :=1;
transform.b :=0;
transform.c :=0;
transform.d :=1+random;
transform.e :=0;
transform.f :=0;
End
addtransform;
with Transform do
begin
linear3D := 0;
bubble := ((random*0.2)+0.2);
hemisphere := 1+((random*1)+1);
blur3D := 0;
scale(0.25);
rotate(random*360);
color := random;
end;
flame.gamma := 2.5;
flame.pitch := 0 ;
flame.yaw := 8;
CalculateColors;
CalculateScale;
Related content
Comments: 7
Epogh [2011-10-12 13:53:16 +0000 UTC]
Hi Hosse thank you for the script.
I changed this or one of them into Serendipity script.
[link]
I hope you like it .
Its a julia2/bubble/linear script
👍: 0 ⏩: 0
FracFx [2008-06-05 18:07:30 +0000 UTC]
Nice script, I used it here:
[link]
One suggestion: you don't need and should avoid using random*1, you can just use random and it will be between 0 and 1.
translate(random*1,random*1) is the same as translate(random,random) the second one less likely to cause errors/problems.
In a "For" or "While" loop in a script random *1 creates a never ending loop
👍: 0 ⏩: 0
Actionjack52 [2008-05-07 00:53:26 +0000 UTC]
This looks great! I'll definitely check it out! Thanks!
👍: 0 ⏩: 0
lhiya [2008-05-06 00:48:34 +0000 UTC]
Hi
great script really like it, i made some pics with it, but dont know wich ones, but just browse through my gallery and i think youl knwo wich ones are made with your script
really good work
bye lhiya
👍: 0 ⏩: 0
























