Example: Custom Fractal Tree 🌳

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I have shared this example on Click Converse Discord Server but thought it will be a good idea to also share it on the forum so it can reach more Fusion users :D (From now on I might do that for my other examples as well)

    Pasted Directly from Discord:
    So I have been experimenting with Fractal Trees and I finally managed to implement them!
    I only implemented the most symmetrical tree approach, there are still other methods that allow for more dynamic trees with more randomness and such

    The tree is created from start to finish inside a loop, if want to apply the changes made to the values visually you would have to clear the screen (or delete the segment objects if you use actives instead of surface) then redraw (or recreate the segments) again based on the new values (basically every time you want to change the tree you would have to regenerate it)

    The more Levels, the more expensive it gets
    Surprisingly if you used Actives to draw the Tree instead of Surfaces the performance impact is not that big, even tho actives are constantly being deleted and recreated again

    I might later implement a real actual OOP approach with this, but this would require a different method, for now this what I got, please let me know of what you think and how this can be used in different projects

    Example: Please login to see this attachment.
    Please login to see this media element.

    Game/App developer, artist and a community contributor.
    You can support my work on: Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!