
This is my personal made script for Apophysis. A rendering program that is always upgrading. Also on my DA http://onni-hitsok.deviantart.com/a.....cript-87151789
Script follows.
//// "Diamond of Time" script \\
//// By Onni-Hitsok \\
//// add "rotate(360 * random);" to 1st or 2nd trans form to soften the diamond \\
////the preview has these ramoved \\
cl := 1;
If Not InputQuery('Diamonds', 'Clear current flame? (1 - Clear, 0 - Overlay)', cl) then Exit
If Not cl= 1 then cl := 0
If cl=1 then Clear
addtransform
with transform do
begin
linear3D :=0;
diamond :=0.5;
color :=random;
end;
addtransform
with transform do
begin
linear3D :=0;
spherical :=0.75;
color :=random;
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(a,a)
color :=random;
rotate(360 * random);
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(-a,-a)
color :=random;
rotate(360 * random);
end;
////Extra//
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(-a,a)
color :=random;
rotate(360 * random);
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(a,-a)
color :=random;
rotate(360 * random);
end
Script follows.
//// "Diamond of Time" script \\
//// By Onni-Hitsok \\
//// add "rotate(360 * random);" to 1st or 2nd trans form to soften the diamond \\
////the preview has these ramoved \\
cl := 1;
If Not InputQuery('Diamonds', 'Clear current flame? (1 - Clear, 0 - Overlay)', cl) then Exit
If Not cl= 1 then cl := 0
If cl=1 then Clear
addtransform
with transform do
begin
linear3D :=0;
diamond :=0.5;
color :=random;
end;
addtransform
with transform do
begin
linear3D :=0;
spherical :=0.75;
color :=random;
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(a,a)
color :=random;
rotate(360 * random);
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(-a,-a)
color :=random;
rotate(360 * random);
end;
////Extra//
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(-a,a)
color :=random;
rotate(360 * random);
end;
addtransform
with transform do
begin
linear3D :=0;
julia3D :=1;
translate(a,-a)
color :=random;
rotate(360 * random);
end
Category Resources / All
Species Unspecified / Any
Size 1024 x 811px
File Size 162 kB
Comments