Pose

/**
 * Node that applies a skeleton pose to a mesh.
 * 
 * Opens a viewport for interactively posing the skeleton
 * and outputs the deformed mesh.
 * 
 * Usage:
 * 1. Connect skeletal mesh input
 * 2. Use viewport to pose skeleton
 * 3. Output is the posed mesh
 */

Last updated