MV L-System - Substance 3D Designer Utility
1. The Input - Node
The first Node is used to define the initial string or premise and the reproduction rules. The rules can be very simple by just replacing one symbol with another set of symbols. But it can also contain quite complex rules, using conditions, probabilities, parameters and image-inputs.
2. The Iterate - Node
The next Node is the core of the "L-System". It recursively replaces the Symbols of the previous generation by applying the reproduction rules to each symbol and generates a new string as an output. The "Iterate Node" can do up to 256 generations, if you need more, just connect another "Iterate Node" to the outputs of the first one. But be careful, the recursive nature of "L-Systems" can grow very fast and this can heavily affect performance of Designer.
3. The Draw - Node
The last Node interprets the string from the "Iterate Node" using the turtle graphics commands and draws the result of the L-System in 3D. Connect the outputs of the "Iterate Node" to the corresponding inputs of the "Draw Node". This Node can heavily affect the performance of Designer, this is what the "Drawing Range" parameter is for, it filters the drawing commands by their index, this way you can draw just the portion you need and use another "Draw Node" to split the heavy lifting.
You can find the complete Node-Reference on YouTube
Stay healthy and creative
Marco Vitale
What's planned in the next versions?
- Performance improvements
- complex mathematical operations
- curve interpolation
The MV L-System is a collection of nodes to create organic shapes and fractal patterns by applying a few simple rules in Substance 3D Designer.