FracFan Forum Forum Index


FracFan Forum
A little haven to discuss fractal art and programs
Reply to topic
"Tech" script...
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
OK - my recent images here in the Showcase forum have all been started by a little script I made... I call it "Tech"...

It returns the exact same result every time it is run, so it's great to use as a starting point.

Just start playing with the sizes of Transforms 1 and 2; change the position, size, shape, and variations on the Final Xform...

------------------------------

Clear;

AddTransform;
AddTransform;

SetActiveTransform(transforms);
with Transform do
begin
a := 0.5;
b := -0.5;
c := 0.5;
d := 0.5;
e := 0.4;
f := 0;
linear := 0;
spherical := 1;
end;

SetActiveTransform(0);
with Transform do
begin
linear := 0;
julian := 1;
julian_power := 4;
julian_dist := -1;
Transform.Color := 0;
Weight := 3;
Symmetry := 0;
a := 0.15;
b := 0;
c := 0;
d := 0.15;
e := 0;
f := 0;
end;

SetActiveTransform(1);
with Transform do
begin
linear := 0;
disc := 1;
Transform.Color := 1;
Weight := 3.5;
Symmetry := 0;
a := 0.5;
b := 0;
c := 0;
d := 0.5;
e := 0;
f := 0;
end;

Flame.FinalXformEnabled := true;
ResetLocation := true;


----------------------------------------

Enjoy!

T.
View user's profileSend private messageSend e-mailVisit poster's website
DavusAntonius


Joined: 22 Jan 2006
Posts: 54
Reply with quote
Thanks for the new script. I get very interesting flames from it. Here's one from a randomly generated flame with no additional tweaking.

Corridors


With the full view at here.

_________________
The two most common elements in the universe are hydrogen and stupidity.
View user's profileSend private message
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
How about this one? White background and a little bit of transform tweaking...



T.
View user's profileSend private messageSend e-mailVisit poster's website
DavusAntonius


Joined: 22 Jan 2006
Posts: 54
Reply with quote
Nifty! I like it. Very Happy

_________________
The two most common elements in the universe are hydrogen and stupidity.
View user's profileSend private message
nzdzeni


Joined: 05 Jan 2006
Posts: 1302
Location: Auckland, New Zealand
Reply with quote
Thanks for sharing the script! Can't wait to play with it :)

puppy

_________________
http://www.dzeni.blogspot.com

Sell your fractals on Shutterstock!
http://submit.shutterstock.com/?ref=73971
View user's profileSend private messageVisit poster's website
Stitcherladyxx


Joined: 31 Oct 2005
Posts: 266
Location: Indiana
Reply with quote
This is great!! Got one rendering right now...and thank you so much for sharing this. The possiblities are endless with this.

Very Happy
View user's profileSend private messageVisit poster's website
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
Got a variation on the above script... try this one too...

---------------------------------

Clear;

AddTransform;
AddTransform;

SetActiveTransform(0);
with Transform do
begin
linear := 0;
juliascope := 1;
juliascope_power := -250;
juliascope_dist := 10;
Transform.Color := 0;
Weight := 0.5;
Symmetry := 0;
a := 0.15;
b := 0;
c := 0;
d := 0.15;
e := 0;
f := 0;
end;

SetActiveTransform(1);
with Transform do
begin
linear := 0;
disc := 1;
Transform.Color := 1;
Weight := 10;
Symmetry := 0;
a := 0.5;
b := 0;
c := 0;
d := 0.5;
e := 0;
f := 0;
end;

Flame.scale := 20


--------------------------------------

Enjoy!

T.
View user's profileSend private messageSend e-mailVisit poster's website
Mags61


Joined: 07 Apr 2005
Posts: 2633
Location: UK
Reply with quote
A new variation to play with - Christmas comes in July now! Smile

_________________
We don't cease to play because we grow old, we grow old because we cease to play.

Always say what you think because those that mind don't matter and those that matter don't mind!

http://fraxa.deviantart.com/gallery/
View user's profileSend private messageVisit poster's website
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
Hahaha! Thanks Mags!

T.
View user's profileSend private messageSend e-mailVisit poster's website
bkp


Joined: 11 Mar 2006
Posts: 233
Reply with quote
ooooh, cool script!
thank you!

_________________
barb
View user's profileSend private message
co2


Joined: 25 Dec 2006
Posts: 60
Reply with quote
thanks T.! i almost wish i'd found this sooner, as i am now delving into these and had to make them by hand. lol thanks again.

_________________
Fear is the mind killer...
View user's profileSend private messageVisit poster's website
Mayito77771


Joined: 03 Sep 2005
Posts: 2169
Location: Florida, USA
Reply with quote
Beautiful, thanks for the script.

_________________
Seek and ye shall find. JESUS


Where fractals and poetry meet
http://fractalsandpoetry.blogspot.com/

Renderosity gallery

http://excalibur.renderosity.com/mod/gallery/browse.php?username=mayito7777
View user's profileSend private messageVisit poster's website
utak3r


Joined: 30 Mar 2005
Posts: 456
Location: Szczecin, Poland
Reply with quote
Good work, Tracey Very Happy

My try, after over an hour of playing with the flame...

Ventilation shaft sightseeing

_________________
Sooner or later.... you will meet the undertaker...
Piotr - utak3r - Borys

http://utak3r.pl
http://www.renderosity.com/mod/gallery/browse.php?username=utak3r
http://utak3r.deviantart.com/
View user's profileSend private messageVisit poster's websiteYahoo MessengerICQ Number
Mayito77771


Joined: 03 Sep 2005
Posts: 2169
Location: Florida, USA
Reply with quote
Very nice!!!

_________________
Seek and ye shall find. JESUS


Where fractals and poetry meet
http://fractalsandpoetry.blogspot.com/

Renderosity gallery

http://excalibur.renderosity.com/mod/gallery/browse.php?username=mayito7777
View user's profileSend private messageVisit poster's website
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
Nice work Piotr!

T.
View user's profileSend private messageSend e-mailVisit poster's website
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
I've shared these scripts with CabinTom at DeviantArt, and he's working on improving them by adding some random elements, etc... so don't anybody freak out when he releases those, OK?

T.
View user's profileSend private messageSend e-mailVisit poster's website
terrye634


Joined: 08 Apr 2007
Posts: 65
Location: Texas, an hour N of Dallas
Reply with quote
That's cool, he does some really great scripts. Can't wait to see what he does with them. You should do more, also. I really like the ones you have posted so far. I can't do much with them except a little editing here and there.

Terrye Very Happy

_________________
My Gallery:
http://terrye634.deviantart.com
View user's profileSend private message
Lwyland


Joined: 20 Jan 2006
Posts: 166
Location: Spotsylvania, Virginia
Reply with quote
Great Script, T. Been scratching my head on how to make those. Thank you.

Lisa Smile
View user's profileSend private messageSend e-mailAIM Address
Blue Image & Tech Script
coolbreezelady


Joined: 22 May 2005
Posts: 85
Location: Georgia, USA
Reply with quote
OMG T!!! Let me pick myself up off the floor and try these!!! Your Blue image has made me speachless!!!
View user's profileSend private messageSend e-mailVisit poster's website
tdierikx
Site Admin

Joined: 25 Mar 2005
Posts: 4374
Location: Sydney, Australia
Reply with quote
I can't wait to see what you make with them Patti...

T.
View user's profileSend private messageSend e-mailVisit poster's website
"Tech" script...
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT + 10 Hours  
Page 1 of 1  

  
  
 Reply to topic