You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the basic demo where a sphere moves at a fixed pace (using api.velocity.set) along a plane: https://codesandbox.io/s/shaky-986lm?file=/src/index.js. the sphere will every now and then exhibit some shakiness, as if the position or velocity is not stable. When the movement of the sphere is hardcoded the behaviour is especially noticeable, and the sphere is clearly skipping around, before becoming stable again.
Is setting the velocity like this a bad idea?
The text was updated successfully, but these errors were encountered:
tommhuth
changed the title
Shaky body when using api.velocity with fixed velocity
Shaky body when using api.velocity.set() with fixed velocity
Jul 14, 2021
See the basic demo where a sphere moves at a fixed pace (using
api.velocity.set
) along a plane: https://codesandbox.io/s/shaky-986lm?file=/src/index.js. the sphere will every now and then exhibit some shakiness, as if the position or velocity is not stable. When the movement of the sphere is hardcoded the behaviour is especially noticeable, and the sphere is clearly skipping around, before becoming stable again.Is setting the velocity like this a bad idea?
The text was updated successfully, but these errors were encountered: