-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature]: Leaves and End Branch Radius #18
Description
Description
Very excited you guys are working on this new version for us... a couple things I've always wanted from mTree
- Ability to control the end radius size for branches/branchlets... currently they taper into 0, or at least so small that the....
- .... leaves don't extend to the ends of branches/branchlets.
This creates trees with "abandoned" or "leaf-less" twigs extending out of the branches and no way to control them. It just does not look natural. I wonder if allowing the ends of branches to have a radius control like the trunk node does would at least give some surface for the geometry node for leaves to put instances on.
If I had a "third" feature request, it would be to be able to give each branch node a separate material, or at least a material index.
Thanks so much again for taking on this project... I see a lot of potential. Keep up the great work!
Component
Tree generation (C++ core)
Use Case
- Ability to control the end radius size for branches/branchlets... currently they taper into 0, or at least so small that the....
- .... leaves don't extend to the ends of branches/branchlets.
- Branch material separate from parent node
Proposed Solution
- Parameter in Branch node for End Radius
- Parameter in the leaves geo node for Extend to Tips
- Material selector for Branch node or at least Material Index parameter
Alternatives Considered
N/A
References
Sapling Tree Gen has the ability to extend leaves to the ends/tips by making the number of leaves an odd number. It also has end radius settings, although it's a bit obscured and not too obvious