YATS (Yet Another Tree Structure)

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
t3knomanser
Posts: 21
Joined: Wed Jul 06, 2005 4:53 pm

YATS (Yet Another Tree Structure)

Post by t3knomanser »

This one looks like some vien type patterns.

Code: Select all

startshape SCENE

rule BASE {
	SQUARE{}
}

rule SPIKE .25{
	BASE{}
	SPIKE {y .99 s .97 r -6}
}
rule SPIKE .25{
	BASE{}
	SPIKE {y .95 s .97 r 6}
}
rule SPIKE .25{
	BASE{}
	SPIKE {y .95 s .97 r -10}
}
rule SPIKE .25 {
	BASE{}
	SPIKE {y .95 s .97 r 10}
}
rule SPIKE .5 {
	BASE{}
	SPIKE {r 25 s .4}
	SPIKE {y .95 s .97}
}

rule SPIKE .5 {
	BASE{}
	SPIKE {r -25 s .4}
	SPIKE {y .95 s .97}
}

rule TREE {
	SPIKE{}
}

rule SCENE {
	TREE{}
	TREE {r 60}
	TREE {r 120}
	TREE {r 180}
	TREE {r 240}
	TREE {r 300}
	SCENE {r 30 s .5 b .1}
}

metaparasite
Posts: 2
Joined: Sat Jul 09, 2005 8:06 pm
Contact:

Post by metaparasite »

Nice! They look a lot like feathers.

User avatar
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

Post by LaT3x »

Its like a War Of Wars alien plants :)

Post Reply