Change rotation
IsabelleK
Member, Sous Chef Posts: 2,807
Hello, could you please help me with that? I was trying to do it, but I don't know how.
When actor's A rotation changes by 10 degrees, then actor's B rotation changes by 5 degrees.
So it should look like that:
Actor's A rotation = 10; Actor's B rotation = 5
Actor's A rotation = 20; Actor's B rotation = 10
Actor's A rotation = 30; Actor's B rotation = 15
etc.
Thank you.
When actor's A rotation changes by 10 degrees, then actor's B rotation changes by 5 degrees.
So it should look like that:
Actor's A rotation = 10; Actor's B rotation = 5
Actor's A rotation = 20; Actor's B rotation = 10
Actor's A rotation = 30; Actor's B rotation = 15
etc.
Thank you.
Comments
Arotation, Brotation
and constrain those to the 2 actor's rotation, then you can do rules to say when Arotation >= 10 then Brotation = 5 etc.
Hope that helps.
// red.
// red.