11
2011
FractalTree v1.0 (2D)

2D Fractaltrees using linerenderer.
Converted Unity version from this source:
http://rosettacode.org/wiki/Fractal_tree#JavaScript
Webplayer:
http://unitycoder.com/upload/demos/mfractaltree1/
Source download:
http://www.mediafire.com/?eps34pa47ieklxx
Lots of room for optimisation, since now its using separate gameobject+linerenderer for each branch..
Example images using different linerenderer materials (currently commented out in the source, you need to add your own materials)



Related Posts
8 Comments + Add Comment
Leave a comment
Recent posts
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
Recent Comments
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
- on [Asset Store] Point Cloud Viewer & Tools
- on [Asset Store] Point Cloud Viewer & Tools
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












JavaScript-3d mandel box formula
I don’t know if you’re into this kind of thing, but seeing as it’s in JavaScript here is one for the unity community:
http://www.fractalforums.com/announcements-and-news/javascript-mandelbox-explorer/
if I was that crazy and intelligent to dive into this, I think the idea is to use the 3 formulas in the middle to return an isosurface to turn into mesh.
L Systems for unity (sources)
http://forum.unity3d.com/threads/l-systems-for-unity-free-script-included.272416/
Looks Great! I have created a 3D fractal tree generator in Unity using this 2D version as a starting point. Feel free to check it out at http://tonydincau.com/project/fractal-trees/ There is a webplayer version to play with on that page as well as a project download link.
Nice! Could be interesting to make it grow overtime also.
and this:
http://graphics.uni-konstanz.de/~luft/ivy_generator/
Tony great work, please update your link
Sorry, I seem to have let my website fall off into the ether. Here is a temporary download link for now until I can get the website back up and running: https://drive.google.com/file/d/0BziZ9wnv50hFWnllZWJUMndyOG8/view?usp=sharing
Looks like piece of shit
Nice tree, but if you want do something incredible, think about Fibonacci numbers and golden section.