Kill (Core)
Removes internodes or subgraphs based on conditions. Used for pruning, lifecycle management, and stochastic effects.
Kill Core
The Kill Core terminates growth by removing internodes or entire subgraphs.
It’s used for pruning, thinning, and lifecycle effects.
- Conditions may include
u
,age
, or attributes - Enables stochastic die-off or environmental pruning
- Used in recipes to model seasonal effects or natural mortality
Outputs: filtered graphs with unwanted branches removed
Grow (Core)
Creates a single internode with transforms. Forms the atomic step of procedural plant development in Natsura.
Prune
Removes branches or internodes when conditions are met. Prune re-evaluates conditions across a test lifetime, optionally with a delay, making it useful for density control, age-based cleanup, or time-varying growth logic.