There are objects in my game engine that need to be updated periodically. For example, a scene can lower its alpha, so I set the interval that it does. In addition, the camera sometimes needs to twist a little, which requires interpolation by the rotation property.
I see that there are two ways to solve these problems:
What is the best solution and why?
source
share