i have two transform3ds, they are identical except for rotation. i want to rotate the first one to match the second one while not rotating faster than some arbitrary scalar value.
so for example if A is rotated to (0,1,0) and B is (1,0,0) and the scalar is 0.1 then A should rotate towards B by 0.1 radians over one second.
how can i do this?