Hi,
I’m trying to smoothly rotate a cube but I cant seem to figure out the proper way to do it. What I want is to swipe in a certain direction and the cube rotates in that direction. I already have the build reading the correct swipe functionality. I am now trying to set up the rotation. What I currently have does rotate it after swiping, but it does it fast and it doesn’t look good. I basically want it to do a smooth rotation like over 1 or 2 seconds until it reaches the correct position. So for example go from 0 to 90 on the yaw or 0 to -90 on the yaw. And be able to keep rotating after every swipe.
This screen shot shows how I got it to rotate with an event tick and timeline
This one shows how I did it without the tick, just connected it to my custom swipe event
Both have the same fast result, where the cube rotates from 0 to 90 in like 0.1 seconds
Any idea what im doing wrong?