regzo2 / VRCFaceTracking-QuestProOpenXR

Quest Pro Link/AirLink module for VRCFaceTracking v5.0.0
9 stars 6 forks source link

Incorrect Quaternion Usage for Right Eye Gaze Calculation (Maybe) #4

Closed faker2048 closed 7 months ago

faker2048 commented 8 months ago

https://github.com/regzo2/VRCFaceTracking-QuestProOpenXR/blob/7c86537b5342a82ec682147dc77b2ca1805eab78/VRCFT%20-%20Quest%20OpenXR/QuestOpenXRTrackingModule.cs#L256

This only use orientation_L , maybe should be orientation_R

regzo2 commented 7 months ago

Will be fixed in https://github.com/regzo2/VRCFaceTracking-QuestProOpenXR/pull/5

https://github.com/regzo2/VRCFaceTracking-QuestProOpenXR/blob/2a1ad0e04734e108775544ca12c1e1db48c88a06/VRCFT%20-%20Quest%20OpenXR/QuestOpenXRTrackingModule.cs#L141-L142

https://github.com/regzo2/VRCFaceTracking-QuestProOpenXR/blob/2a1ad0e04734e108775544ca12c1e1db48c88a06/VRCFT%20-%20Quest%20OpenXR/QuestOpenXRTrackingModule.cs#L111-L123