Hacker News new | ask | show | jobs
by kibibu 757 days ago
> will have moved 0.1 meters in some frames and 0.2 meters in other frames

Not if you interpolate based on previous position. This means you accept up to 16ms display latency, but the trade off is smooth motion.

1 comments

That's why I wrote this part:

> unless you do interpolation which is a different can of worms