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
132 stars 8 forks source link

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

Open blisteredMind opened 5 months ago

blisteredMind commented 5 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