For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apply Deltas (Topo Match)

/**
 * Node that applies deltas to a mesh with matching topology.
 * 
 * Directly applies vertex deltas when source and target meshes
 * have identical vertex counts and ordering.
 * 
 * Usage:
 * 1. Connect mesh and deltas (topology must match)
 * 2. Output is the deformed mesh
 */

Last updated