Blend
Blend Mesh and Target by the given alpha

/**
* Node that blends between two meshes using an alpha value.
*
* This node linearly interpolates vertex positions between two input meshes
* based on the Alpha parameter (-1 to 1).
*
* Usage:
* 1. Connect two meshes with matching topology
* 2. Adjust Alpha to control the blend amount
* 3. Output is the interpolated mesh
*/Parameter
Description
Alpha
float
The Alpha for deltas between Mesh and Target. Meshes must have same topology.
Last updated