Search found 1 match

by Blinkozo
Fri May 02, 2014 3:43 am
Forum: Support and Development
Topic: Frame skipping issue when using dt
Replies: 3
Views: 2093

Re: Frame skipping issue when using dt

Wanted to poke my head in and say: dt changes! It could be 1/120 second, it could be 1/2 a second. This is why you should NOT simulate physics based on an arbitrary, unknowable dt. Physics sims almost always reference their previously calculated state (e.g. self.yVel = self.yVel * decay), and with a...