Cjmarkham
Cjmarkham

Reputation: 9700

Conditional Poses Based on Velocity

In my animation graph, I have a walk forward, backward, left and right tree for different animations. These use the dot product of the velocity and the vector forward (or left, right) and play the correct animation for that condition.

This works fine for forward and backward since I can blend poses by bool and output that. However, I've now added left and right in to the mix, so I can't blend by bool for the final output.

Is there a simpler way to achieve this?enter image description here

Upvotes: 1

Views: 22

Answers (0)

Related Questions