GameMaker: Studio

GameMaker: Studio

Not enough ratings
Fractal Tree (Recursion)
   
Award
Favorite
Favorited
Unfavorite
genre: Example
Description: 2D, Maths
File Size
Posted
Updated
477.174 KB
16 Jul, 2013 @ 10:10am
7 Dec, 2013 @ 6:38pm
4 Change Notes ( view )

Subscribe to download
Fractal Tree (Recursion)

In 1 collection by Gargansa
Fractal Recursion Effects
2 items
Description
Fractal Tree made with Recursion.

On the first page click on different parts of the screen to change the tree.
On the second page click anywhere to spawn a new random fractal tree. The tree is created using recursion described below and then converted into a sprite so that the array can be removed and the draw event isnt drawing multiple arrays at one time.


Updates

7-18-13
-added updates from storybook project.
7-20-13
-added adjustable angles for more variety
-added particle system
11-10-13
-updated second room more effiecient code
-colorful trees
12-7-13
-Second room trees now are generated and saved as a sprite which helps with lag of drawing multiple arrays
-Modified color range on second page
2 Comments
Gargansa  [author] 6 Aug, 2013 @ 9:45pm 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=167396836
If you liked the fractal tree check out the fractal lightning.
Mathteacher 25 Jul, 2013 @ 8:08am 
Great tree. Is the tree one singel object or is it a compound of many objects?
I have a smal gameprojekt there trees are suposed to grow over time. So i find your work very intreesting.