Commit Graph
221 Commits
Author SHA1 Message Date
Mamadou Babaei b00127554d add htc vive optimal rendering settings 2025-02-14 12:11:14 +01:00
Mamadou Babaei 76c7cbb27f add htc vive specific optimization tips for running in standalone mode 2025-02-14 12:11:14 +01:00
Mamadou Babaei aaadad657b update viveopenxr XR_EXT_hand_tracking and wrist-tracking documentation with more accurate details 2025-02-14 12:11:14 +01:00
Mamadou Babaei c5ba565568 bring the wrist-tracking hardware setup and XR_EXT_hand_tracking documentation on par with the recent changes 2025-02-14 12:11:14 +01:00
Mamadou Babaei 079fe14613 add support for htc vive wrist trackers on android 2025-02-14 12:11:14 +01:00
Mamadou Babaei cee33aa684 fix a typo 2025-02-14 12:11:14 +01:00
Mamadou Babaei a1ce48e133 add support for htc vive focus vision hmd auto-detection and various htc hmds auto-detection support on android 2025-02-14 12:11:14 +01:00
Mamadou Babaei 5a70218a71 optimize FSGArrayUtils by pre-allocating memory instead of growing by every emplace_back or add 2025-02-14 12:11:14 +01:00
Mamadou Babaei f6df174a68 clarify how to setup the VIVE Wrist Trackers in various configurations 2025-02-14 12:11:14 +01:00
Mamadou Babaei f387b8a54b add ue 5.2 deprectation notes to the changelog 2025-02-14 12:11:14 +01:00
Mamadou Babaei 6f9f0c55b6 refactor the way we populate and utilize motion sources for viveopenxr compatibility 2025-02-14 12:11:13 +01:00
Mamadou Babaei 955f3487a5 add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR 2025-02-14 12:11:13 +01:00
Mamadou Babaei 8f1eff6e22 mention meta xr and viveopenxr plugins compatibility in the planned features completion status 2025-02-14 12:11:13 +01:00
Mamadou Babaei c1b2527513 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-02-14 12:11:13 +01:00
Mamadou Babaei 3a5c8e1f89 add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-02-14 12:11:13 +01:00
Mamadou Babaei 2237b15e67 add a missing url 2025-02-14 12:11:13 +01:00
Mamadou Babaei f358e0292b apply some minor changelog fixes 2025-02-14 12:11:13 +01:00
Mamadou Babaei aded745d06 update the changelog with the unreleased changes 2025-02-14 12:11:13 +01:00
Mamadou Babaei 09bd8b8955 use ue 5.5 header github links in the fxrmotioncontrollerdata page since its removal is likey in ue 5.6 2025-02-14 12:11:13 +01:00
Mamadou Babaei 90cacff9a9 fixed a few broken URLs caused by bad markdown formatting 2025-02-14 12:11:12 +01:00
Mamadou Babaei 5df61c7085 update the changelog with the unreleased changes 2025-02-14 12:11:12 +01:00
Mamadou Babaei 532e18ea73 bump the SenseGlove Unreal Engine Marketplace Packager v0.5.0-7df1183 2025-02-14 12:11:12 +01:00
Mamadou Babaei 5eb1e0be31 make the handbook scp operations safer by utilizing quotes 2025-02-14 12:11:12 +01:00
Mamadou Babaei ba95e455f5 reintroduce Michael-F-Bryan/mdbook-epub backend for the handbook as its issue #115 have been solved 2025-02-14 12:11:12 +01:00
Mamadou Babaei d05c814c40 make the handbook makefile safer by wrapping files/folder navigations/operations in quotes 2025-02-14 12:11:12 +01:00
Mamadou Babaei bee2f4ff38 remove a redundant copy from the handbook makefile 2025-02-14 12:11:12 +01:00
Mamadou Babaei 0ca91da448 remove redundant steps from the handbook makefile 2025-02-14 12:11:12 +01:00
Mamadou Babaei 70e669e89d remove unused variable SG_DOCUMENTATION_EPUB_DIR from the handbook makefile 2025-02-14 12:11:12 +01:00
Mamadou Babaei 8f4afa1587 migrate the documentation changelogs for the next unreleased version to its own section 2025-02-14 12:11:12 +01:00
Mamadou Babaei a7c9ba2480 bump the mdbook-alerts crate to v0.7.x 2025-02-14 12:11:11 +01:00
Mamadou Babaei 97c134dd19 bump the SenseGlove libraries to v2.105.3-97ea18cb 2025-02-14 12:11:11 +01:00
Mamadou Babaei e5bbf750c5 update the changelog with unreleased changes 2025-02-14 12:11:11 +01:00
Mamadou Babaei 0a8ad801bc bump the SenseGlove Unreal Engine Marketplace Packager v0.4.1-e39a4f4 2025-02-14 12:11:10 +01:00
Mamadou Babaei 0544e3e821 fix the changelog formatting 2025-02-14 12:11:10 +01:00
Mamadou Babaei 18201c1e79 bump the copyright years 2025-02-14 12:11:10 +01:00
Mamadou Babaei 083a54678b clarify htc vive stand-alone support status in the platform support matrix 2025-02-14 12:11:10 +01:00
Mamadou Babaei beafb0df65 bump the plugin version to v2.3.2 2025-01-28 14:55:50 +01:00
Mamadou Babaei a21469e09b 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:50 +01:00
Mamadou Babaei 11fd74b88c bump the plugin version to v2.3.1 2024-11-27 10:11:50 +01:00
Mamadou Babaei 9687d8c52b calculate the bone ref transforms using the current mesh rather than the reference mesh 2024-11-27 10:11:50 +01:00
Mamadou Babaei bc0f269479 bump the plugin version to v2.3.0 2024-11-14 00:31:28 +01:00
Mamadou Babaei 33438f1c01 apply a minor formatting fix to the changelog 2024-11-14 00:26:42 +01:00
Mamadou Babaei ae3ca0f427 bump the plugin version to v2.2.2 2024-11-08 12:24:44 +01:00
Mamadou Babaei 4deb7162b4 fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times 2024-11-08 12:24:44 +01:00
Mamadou Babaei c15be7eb69 bump the plugin version to v2.2.1 2024-10-23 14:50:28 +02:00
Mamadou Babaei 588add1523 revise documentation to point to fab instead of ue marketplace 2024-10-23 14:50:28 +02:00
Mamadou Babaei bdbcbe7e39 bump the plugin version to v2.2.0 2024-10-22 06:57:25 +02:00
Mamadou Babaei d62756beb8 add the documentation on consuming the FXRHandTrackingState struct in both Blueprint and C++ 2024-10-22 06:57:24 +02:00
Mamadou Babaei 44fc879037 change SG_BROWSER_BINARY_PATH_LINUX binary path 2024-10-22 06:57:24 +02:00
Mamadou Babaei 64857c7b3a migrate away from the deprecated FXRMotionControllerData in favor of FXRMotionControllerState and FXRHandTrackingState on UE 5.5+ 2024-10-22 06:57:18 +02:00