HOME | DD

Published: 2008-04-01 20:27:01 +0000 UTC; Views: 3830; Favourites: 23; Downloads: 468
Redirect to original
Description
for Apo 3D hackText script:
{ 3D Mandala Mystic :: Created by Hosse7}
Clear;
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.65;
ztranslate := z;
zcone := -0.03;
translate(random*1,random*1)
color := random;
scale(1.25);
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 := random*6.283183061;
CalculateColors;
CalculateScale;
Related content
Comments: 7
Hosse7 [2008-09-07 13:47:20 +0000 UTC]
Take out of text here is this:
"for Apo 3D hack
Text script:"
👍: 0 ⏩: 0
fractaldreamer [2008-09-07 09:15:07 +0000 UTC]
Just found this script and it looks wonderful but unfortunately it's not working for me. When I run the script on Apo 3D hack I get:-
Syntax Error.
Source position: 1,9.
Have you got any suggestions Hosse7?
Thanks very much
👍: 0 ⏩: 0
Jaedle [2008-05-02 20:28:50 +0000 UTC]
I just downloaded this and I am having so much fun with it. It's gorgeous. Hard to go wrong with it.
👍: 0 ⏩: 0
Hosse7 [2008-04-09 12:45:19 +0000 UTC]
flame.pitch := 0.3490657256 + random*0.436332157;
to change
flame.pitch := 0;
normal mandala
👍: 0 ⏩: 0