Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rotation multiplication order in
transform_to_position
(#575)
# Objective Fixes #522. The order of multiplication for the quaternions in `transform_to_position` seems to be wrong, which can cause desync between `Transform` rotation and `Rotation` when `position_to_transform` in `SyncConfig` is `false`. ## Solution Flip the order of multiplication where relevant. There is now no desync: https://github.com/user-attachments/assets/9b6f8ae0-4cdd-4b54-8490-726d24932a84