How to determine the object of an Animation frame sequence?
var bindPoints = node.Scene.AnimationClips[0]?.Animations[0]?.BindPoints;
foreach (var bp in bindPoints)
{
Console.WriteLine($"=== {bp.Name} ===");
st…...determine the object of an animation frame sequence? Aspose.3D...determine the object of an animation frame sequence? var bindPoints...