-
-
Notifications
You must be signed in to change notification settings - Fork 6
AlchemX
sebescudie edited this page Oct 3, 2022
·
5 revisions
AlchemX is a library dedicated to value synthesis. It allows to generate new values based on multiple inputs. Several synthesis operations are available. The following sections explains them in details.
AlchemX offers advanced techniques to interpolate between two input values. The adaptive node Interpolate
is the flexible tool for this.
A Blend
adaptive node allows to blend two input values using many techniques.
Thanks to the Compose
adaptive node, it's possible to combine the Blend
and Interpolate functionality
in a convenient composition pipeline.