-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blend Trees #6935
Comments
Is this addressed by the new animation system, or is the request here for more of a state machine abstraction around AnimationActions? |
AFAIK the issue was opened before there was the new animation system. Blend trees are mostly for blending of related animations (e.g., running and walking), not transitions between unrelated ones (e.g., running into jumping). In a blend tree, leaves are animation clips and inner nodes control the weight (and time warp) of their subtrees. An example inner node would be a From what I see, |
Blend trees could be done via converting AnimationMixer from a single node into a tree of AnimationMixers I understand. |
Presumably related: #18822 |
I've recreated Unity's blendtrees for anyone else finding this post in the future. https://www.npmjs.com/package/three-blendtree |
Unity & Unreal Engine use blend trees to blend between different clips in a realistic way. Details are here:
#6881 (comment)
#6881 (comment)
/ping @crobi
The text was updated successfully, but these errors were encountered: