leaves_start and branches_start parameters #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have added two parameters: leaves_start and branches_start.
leaves_start parameter: Choose the position on the highest-level branches where your leaves will start. Set a value between 0 and 1.
branches_start parameter: Choose the position on the trunk where your branches will start. Set a value between 0 and 1
I added these parameters because when creating olive trees:
It's important that all branches start after the main trunk splits
Without this, branches appear under the trunk division point
Using existing parameters to raise branch starts made the whole tree too curvedial
The new branches_start parameter makes it possible to:
Position branches higher up the trunk
Keep proper trunk division points
Avoid making the whole tree curved
Create more natural-looking olive trees
Works alongside existing parameters
Maintains all original tree-generation behaviors