Far-Beyond-Dev / Horizon-Community-Edition

An easily scalable game server implemented in Rust, and compatible with many popular game engines
https://horizon.farbeyond.dev/
Apache License 2.0
15 stars 6 forks source link

WIP Changes to fix player rotation when syncing animations and rotation #118

Closed tristanpoland closed 3 weeks ago

tristanpoland commented 1 month ago

This PR is a work in progress branch to fix a bug where player rotation is not being synced properly. In order to fix this we are adding a parameter to be synced with the player rotation called Control Rotation to help us tell what direction the player camera is facing independently from the actual player character.

tristanpoland commented 1 month ago

control rotation is now finished, it is our hope that having two rotation fields in the player data will allow us to track the player's plane of movement and their character rotation properly using this. 🎉