"Smooth" transition after setting a state ?

discofever

New member
I'm making an Interaction where i set a state in the First Person Perspective view (limiting Yaw to 0); when the interaction is completed it 'snaps' back to 'default' state in which the camera faces straight forward - i was wondering if there was a way to make this 'transition' smoother (or maybe just keep the camera's yaw in the last known rotation' ?
 
This will require you to subclass the view type and add the smoothing. Eventually I'd like to add more feature to the state system which would allow you to do things like this automatically but it's not possible right now.
 
Top