RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
991 stars 175 forks source link

Fixed multiplayer visual glitch with detached parts "teleporting" around the vehicle #3055

Open ohlidalp opened 1 year ago

ohlidalp commented 1 year ago

Fixes #2783

I replaced the Ulteq-invented short int compression format with a standard half-precision IEEE floats (using https://half.sourceforge.net/). Both are 2-byte formats so network traffic will remain the same.