Commit Graph
1104 Commits
Author SHA1 Message Date
Mamadou Babaei 06c71d6a9e Revert "add SetupMetaXRAvailability during the build time to define WITH_METAXR"
This reverts commit e2c50e9c77.
2025-02-12 16:07:51 +01:00
Mamadou Babaei 6a3434c983 remove metaxr compatibility from the documentation along with its assets and replace it with a caution incompatibility note 2025-02-12 16:04:25 +01:00
Mamadou Babaei aee71e2b05 remove metaxr compatibility notes from the changelog for this release 2025-02-12 16:02:27 +01:00
Mamadou Babaei 8691d93d46 minor changelog fixes 2025-02-12 15:53:48 +01:00
Mamadou Babaei 6f4cdceea9 minor documentation fixes 2025-02-12 15:51:28 +01:00
Mamadou Babaei 439076c91c add notes in regards to pcvr and standlone modes support for vive and meta hmds 2025-02-12 15:51:04 +01:00
Mamadou Babaei 078e96dc4a fix the platform support matrix formatting 2025-02-12 15:50:37 +01:00
Mamadou Babaei ecea2a9d06 add a deprecation note for ue 5.2 2025-02-12 15:30:31 +01:00
Mamadou Babaei 0d3a55ab8e mark ue 5.5 meta quest standalone mode as supported 2025-02-12 15:30:18 +01:00
Mamadou Babaei 7910c525de add a few third-party tutorials 2025-02-12 15:24:06 +01:00
Mamadou Babaei d796300cd7 minor url fix 2025-02-12 15:22:44 +01:00
Mamadou Babaei f3bc6502e4 experiment with a hacky approach to make metaxr work 2025-02-12 13:23:11 +01:00
Mamadou Babaei e2c50e9c77 add SetupMetaXRAvailability during the build time to define WITH_METAXR 2025-02-11 17:17:32 +01:00
Mamadou Babaei 649241f560 fix the changelog's grammatical issues and typos 2025-02-10 14:21:04 +01:00
Mamadou Babaei d094e59d7a add missing headers to solve runuat build issues 2025-02-10 14:13:44 +01:00
Mamadou Babaei 6804e7416e add htc vive optimal rendering settings 2025-02-07 13:56:15 +01:00
Mamadou Babaei a439a3d9dc add htc vive specific optimization tips for running in standalone mode 2025-02-07 13:56:15 +01:00
Mamadou Babaei 3789393c47 update viveopenxr XR_EXT_hand_tracking and wrist-tracking documentation with more accurate details 2025-02-07 13:56:14 +01:00
Mamadou Babaei 93c8e57633 add initial ultimate tracker and OpenXRXrTracker support which is not fully functional 2025-02-07 10:19:15 +01:00
Mamadou Babaei a764d4dcf5 bring the wrist-tracking hardware setup and XR_EXT_hand_tracking documentation on par with the recent changes 2025-02-05 14:27:45 +01:00
Mamadou Babaei c92de36107 clear up debug logs 2025-02-05 14:27:37 +01:00
Mamadou Babaei 8f8600cdc6 add support for htc vive wrist trackers on android 2025-02-04 17:38:07 +01:00
Mamadou Babaei 257b48bcb9 fix a comment formatting 2025-02-04 17:38:00 +01:00
Mamadou Babaei 43b7b7393c fix a typo 2025-02-04 17:37:53 +01:00
Mamadou Babaei 6bc982d45b add support for htc vive focus vision hmd auto-detection and various htc hmds auto-detection support on android 2025-02-04 17:37:46 +01:00
Mamadou Babaei f5a61eb84e optimize FSGArrayUtils by pre-allocating memory instead of growing by every emplace_back or add 2025-01-29 12:49:13 +01:00
Mamadou Babaei f401327d90 fix a comment 2025-01-29 10:10:47 +01:00
Mamadou Babaei 223c0ff686 use fixed-width integers 2025-01-29 04:26:02 +01:00
Mamadou Babaei b2afbf51f4 clarify how to setup the VIVE Wrist Trackers in various configurations 2025-01-28 16:54:26 +01:00
Mamadou Babaei e874cd8ce1 add ue 5.2 deprectation notes to the changelog 2025-01-28 16:34:08 +01:00
Mamadou Babaei d4c3c7d20d minor comment fixes 2025-01-28 15:27:58 +01:00
Mamadou Babaei d2c2d317ff remove redundant sgxrtracker code 2025-01-28 15:27:58 +01:00
Mamadou Babaei 30f8f016c5 use engine api to set the tracking motion source 2025-01-28 15:27:58 +01:00
Mamadou Babaei e4f8b82c8a fix the non-editor build issues caused by the recent motion sources refactor 2025-01-28 15:27:58 +01:00
Mamadou Babaei 564254e573 refactor the way we populate and utilize motion sources for viveopenxr compatibility 2025-01-28 15:27:57 +01:00
Mamadou Babaei 350c7f32d2 remove redundant dependency module 2025-01-28 15:27:57 +01:00
Mamadou Babaei 71cc939123 add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR 2025-01-28 15:27:57 +01:00
Mamadou Babaei 0403d7aa3b bump the plugin version to v2.3.2 2025-01-28 14:30:02 +01:00
Mamadou Babaei 6444336269 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:18:48 +01:00
Mamadou Babaei 0291155631 mention meta xr and viveopenxr plugins compatibility in the planned features completion status 2025-01-24 16:43:21 +01:00
Mamadou Babaei e00fdcec4c revamp the Enabling XR_EXT_hand_tracking OpenXR Extension on VR Headsets and Deploying to Android (Standalone) documentation and the Meta XR-compatibile and ViveOpenXR-compatibile instructions 2025-01-24 16:31:02 +01:00
Mamadou Babaei 1204e36876 add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-01-24 12:21:25 +01:00
Mamadou Babaei cf3606943b add a missing url 2025-01-22 13:31:03 +01:00
Mamadou Babaei a83222f801 apply some minor changelog fixes 2025-01-17 15:18:25 +01:00
Mamadou Babaei d6d4831b66 update the changelog with the unreleased changes 2025-01-17 14:18:12 +01:00
Mamadou Babaei 40d4a5e4e9 use ue 5.5 header github links in the fxrmotioncontrollerdata page since its removal is likey in ue 5.6 2025-01-17 14:17:32 +01:00
Mamadou Babaei 0c1fd4b369 fixed a few broken URLs caused by bad markdown formatting 2025-01-17 14:12:39 +01:00
Mamadou Babaei ced0ccd513 update the changelog with the unreleased changes 2025-01-17 14:02:18 +01:00
Mamadou Babaei f57cb9e255 bump the SenseGlove Unreal Engine Marketplace Packager v0.5.0-7df1183 2025-01-17 13:54:57 +01:00
Mamadou Babaei a841a6a1a8 make the handbook scp operations safer by utilizing quotes 2025-01-17 13:40:00 +01:00