Commit Graph
562 Commits
Author SHA1 Message Date
Mamadou Babaei 1e5334a099 experiment with a hacky approach to make metaxr work 2025-02-14 12:11:45 +01:00
Mamadou Babaei 5a4ec78123 add SetupMetaXRAvailability during the build time to define WITH_METAXR 2025-02-14 12:11:45 +01:00
Mamadou Babaei b7297ccc6e add missing headers to solve runuat build issues 2025-02-14 12:11:44 +01:00
Mamadou Babaei 6115b809b0 add initial ultimate tracker and OpenXRXrTracker support which is not fully functional 2025-02-14 12:11:44 +01:00
Mamadou Babaei 5557157dcc clear up debug logs 2025-02-14 12:11:44 +01:00
Mamadou Babaei b82bebf126 add support for htc vive wrist trackers on android 2025-02-14 12:11:44 +01:00
Mamadou Babaei cfa1504bc0 fix a comment formatting 2025-02-14 12:11:44 +01:00
Mamadou Babaei aa171a77a9 fix a typo 2025-02-14 12:11:44 +01:00
Mamadou Babaei d310d30de6 add support for htc vive focus vision hmd auto-detection and various htc hmds auto-detection support on android 2025-02-14 12:11:44 +01:00
Mamadou Babaei 2a394c392a optimize FSGArrayUtils by pre-allocating memory instead of growing by every emplace_back or add 2025-02-14 12:11:44 +01:00
Mamadou Babaei 6e5559c406 fix a comment 2025-02-14 12:11:44 +01:00
Mamadou Babaei 6a29c51b2e use fixed-width integers 2025-02-14 12:11:44 +01:00
Mamadou Babaei d11f03c589 minor comment fixes 2025-02-14 12:11:43 +01:00
Mamadou Babaei 2905c1cb59 remove redundant sgxrtracker code 2025-02-14 12:11:43 +01:00
Mamadou Babaei 84c044275f use engine api to set the tracking motion source 2025-02-14 12:11:43 +01:00
Mamadou Babaei 78aca95d11 fix the non-editor build issues caused by the recent motion sources refactor 2025-02-14 12:11:43 +01:00
Mamadou Babaei 7127eda4c8 refactor the way we populate and utilize motion sources for viveopenxr compatibility 2025-02-14 12:11:43 +01:00
Mamadou Babaei dae3999d9e remove redundant dependency module 2025-02-14 12:11:43 +01:00
Mamadou Babaei a3efa62bdf add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR 2025-02-14 12:11:43 +01:00
Mamadou Babaei 44510c5f74 add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-02-14 12:11:43 +01:00
Mamadou Babaei a207c3846a bump the SenseGlove libraries to v2.105.3-97ea18cb 2025-02-14 12:11:41 +01:00
Mamadou Babaei dfbee1064c bump the copyright years 2025-02-14 12:11:40 +01:00
Mamadou Babaei 5f9d0b6145 fix a critical issue where HandStates->GetTransform(KeyPoint) was incorrectly resolving to (&HandStates[0])->GetTransform(KeyPoint), causing both hands to use the left hand's wrist transform under specific conditions 2025-01-28 14:55:52 +01:00
Mamadou Babaei eff104d889 do an ensure check instead of silently ignoring the non-existent joint 2024-11-27 10:11:51 +01:00
Mamadou Babaei fe4351f451 calculate the bone ref transforms using the current mesh rather than the reference mesh 2024-11-27 10:11:50 +01:00
Mamadou Babaei 26c834820a white space and code formatting fixes 2024-11-27 10:11:50 +01:00
Mamadou Babaei b934700c74 fix ue 5.5 deprecation warnings inside USGVirtualHandComponent 2024-11-14 00:26:44 +01:00
Mamadou Babaei 969b356270 fix rocket build issues by adding missing the headers 2024-11-14 00:26:44 +01:00
Mamadou Babaei e00a4ce4d3 remove comments that probably pasted by mistake 2024-11-14 00:26:44 +01:00
Mamadou Babaei 0be660e411 revamp the way the plugin requests permisions on Android by showing a pop-up to the user rather than silently crashing if those permisions were not already given 2024-11-14 00:26:44 +01:00
Mamadou Babaei 360801b574 implement the android permissions singleton responsible for requesting android permissions and checking those 2024-11-14 00:26:44 +01:00
Mamadou Babaei 837739e8c8 re-order the required permissions alphabetically inside the android upl file 2024-11-14 00:26:44 +01:00
Mamadou Babaei 2177e41dea make the USGBackend constructor private 2024-11-14 00:26:44 +01:00
Mamadou Babaei cef4d58440 remove USGBackend class config specifier 2024-11-14 00:26:44 +01:00
Mamadou Babaei a6025cb793 fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times 2024-11-08 12:24:47 +01:00
Mamadou Babaei 292b746043 remove ue 5.5+ code that causes build failure and cannot be wrapped inside if/def/end preprocessors due to lack of its support in uht 2024-10-22 06:58:22 +02:00
Mamadou Babaei 563334317c include Runtime/Launch/Resources/Version.h only where it matters 2024-10-22 06:58:22 +02:00
Mamadou Babaei 9a808242b7 minor formatting fix 2024-10-22 06:58:22 +02:00
Mamadou Babaei ae6793166a migrate away from the deprecated FXRMotionControllerData in favor of FXRMotionControllerState and FXRHandTrackingState on UE 5.5+ 2024-10-22 06:57:58 +02:00
Mamadou Babaei 4866564edc silence another ue 5.5 deprecation warning with a temporary workaround for the time being 2024-10-11 12:31:27 +02:00
Mamadou Babaei 726984fe4c address a few ue 5.5 deprecation warnings 2024-10-11 12:31:27 +02:00
Mamadou Babaei 37820cac97 add a missing header 2024-10-11 12:31:27 +02:00
Mamadou Babaei 15cc08aeeb add support for epic native toolchain v23 2024-10-11 12:31:27 +02:00
Mamadou Babaei 825fa9d46c bump the senseglove libraries to v2.105.2-f2de4b89 2024-10-11 12:31:26 +02:00
Mamadou Babaei f6d1a65003 fix code formatting 2024-10-11 12:31:26 +02:00
Mamadou Babaei a33cc1b679 remove a redundant header 2024-10-11 12:31:26 +02:00
Mamadou Babaei 84d0e5f7dd fix a bug inside USGVirtualHandComponent::PostEditChangeProperty() where the get member name check happens against the wrong class and member names 2024-10-11 12:31:26 +02:00
Mamadou Babaei 67b2747632 fix a grammatical typo in a comment 2024-10-11 12:31:26 +02:00
Mamadou Babaei 30410ed00f fix a few virtual hand component visibility issues 2024-09-02 19:38:35 +02:00
Mamadou Babaei 2571b7e163 fix the non-existent default hand-mesh warnings polluting the logs when packaging the game 2024-09-02 19:38:35 +02:00