Load Animation Sequence

/**
 * Node that loads an animation sequence asset into the graph.
 * 
 * Provides access to animation data for frame extraction
 * and animation-based mesh deformation.
 * 
 * Usage:
 * 1. Select an animation sequence asset
 * 2. Output provides access to animation data
 */

Last updated