New answers tagged lag
4
The correct way is to skip that frame and wait until the model is ready.
If you find that the model update is taking too long, causing frames to be skipped too often, it's a better solution to optimize that instead of overcomplicating the code trying to be smart on the view side.
A popular alternative is to use frame interpolation in the view, but it's not ...
Top 50 recent answers are included