indiesoftby / defold-scene3d

Scene3D is a collection of scripts, materials and tools to help you develop 3D games with the Defold game engine.
https://indiesoftby.github.io/defold-scene3d/
MIT License
150 stars 10 forks source link

Jittering of vehicle when display rate is faster than physics #28

Open blisteredMind opened 10 months ago

blisteredMind commented 10 months ago

Describe the bug When turning the vehicle, jittering can be observed if the display frequency rate is beyond the physics

To Reproduce Steps to reproduce the behavior:

  1. Open demo on display faster than 60hz
  2. Accelerate and turn
  3. See Jittering

Expected behavior Vehicle should not be jittering while turning.

Hardware (optional)

Additional context (optional) Setting the engine display rate to 60 inside the game project file fixes this issue