mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 14:47:49 +00:00
service/hid: Improve console motion accuracy
This commit is contained in:
parent
962a2a65a0
commit
66a86f54af
6 changed files with 32 additions and 20 deletions
|
@ -50,6 +50,8 @@ struct ConsoleMotion {
|
|||
Common::Vec3f rotation{};
|
||||
std::array<Common::Vec3f, 3> orientation{};
|
||||
Common::Quaternion<f32> quaternion{};
|
||||
Common::Vec3f gyro_bias{};
|
||||
f32 verticalization_error{};
|
||||
bool is_at_rest{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue