Commit Graph
583 Commits
Author SHA1 Message Date
Mamadou Babaei 7db4ff67ed update the changelog 2024-08-16 18:02:05 +02:00
Mamadou Babaei d9a1fbf3db improve the sgusersettings implementation by introducing custom enum item and more accuracy 2024-08-16 18:02:05 +02:00
Mamadou Babaei ce7a74ebac implement the game user settings system 2024-08-16 18:02:05 +02:00
Mamadou Babaei 04b780a3f6 minor formatting fix 2024-08-16 18:02:05 +02:00
Mamadou Babaei 654ca4b9d9 minor formatting fix 2024-08-16 18:02:05 +02:00
Mamadou Babaei 2e691c96c9 add a partial workaround for a bug when the virtual hand inside the game is not visible but still have collisions with other objects inside the scene 2024-08-16 18:02:05 +02:00
Mamadou Babaei 246c78ff2f add IsAMetaQuestDevice() and IsAHtcViveDevice() methods 2024-08-16 18:02:05 +02:00
Mamadou Babaei a355dc9668 fix vive pro detection issues by introducing additional device identifier 2024-08-16 18:02:05 +02:00
Mamadou Babaei 46ec0b816e removed the allbreaker virtual hand model as it's no longer compatible with the openxr integration 2024-08-16 18:02:05 +02:00
Mamadou Babaei 4e56d4b5ca fix android build issues 2024-08-16 18:02:05 +02:00
Mamadou Babaei e596063cc4 update the changelog 2024-08-16 18:02:05 +02:00
Mamadou Babaei 72b3eb24b7 remove minor ue 5.1 comments and hints 2024-08-16 18:02:05 +02:00
Mamadou Babaei c4afafb277 update the changelog 2024-08-16 18:02:05 +02:00
Mamadou Babaei 288daeb844 implement bHandTrackingVisualizationAllowed 2024-08-16 18:02:05 +02:00
Mamadou Babaei df06e26e12 improve the wrist tracking code when using motion controllers 2024-08-16 18:02:05 +02:00
Mamadou Babaei 11dc86e86e refactor the sgxrtracker internals to use transforms as pimpl methods args instead of a combination of fvectors/fquats 2024-08-16 18:02:05 +02:00
Mamadou Babaei 96d480b303 minor fixes, mostrly formatting 2024-08-16 18:02:05 +02:00
Mamadou Babaei 25066a04da remove unused pimpl method 2024-08-16 18:02:05 +02:00
Mamadou Babaei 6bb4535d75 remove dead code 2024-08-16 18:02:05 +02:00
Mamadou Babaei 4881c88dc3 even more optimal fxrmotioncontroller data calculations that considers mesh when outputting senseglove data 2024-08-16 18:02:05 +02:00
Mamadou Babaei 714307e92c document more unreleased changes 2024-08-16 18:02:04 +02:00
Mamadou Babaei 085d28dbfd fix the wrong palm bone names on the allbreaker virtual hand models 2024-08-16 18:02:04 +02:00
Mamadou Babaei 23dff3d8a9 somewhat unfinished refactored sg bone calculations 2024-08-16 18:02:04 +02:00
Mamadou Babaei 332b930e45 increase the default finger distal phalanges length 2024-08-16 18:02:04 +02:00
Mamadou Babaei 55257efde1 add the senseglove debug kismet module 2024-08-16 18:02:04 +02:00
Mamadou Babaei 72ed8df442 unfinished improvements based on the last commit 2024-08-16 18:02:04 +02:00
Mamadou Babaei 751b9118da attempt at calculating a hand model and feeding it to get hand pose 2024-08-16 18:02:04 +02:00
Mamadou Babaei 27caa547d9 refactor the way we calculate the mesh bone reference transforms to read from the settings system instead of the hardcoded values 2024-08-16 18:02:04 +02:00
Mamadou Babaei 27f92daeeb add the hard-coded hand defaulet reference bone transfomrs to the virtual hand settings 2024-08-16 18:02:04 +02:00
Mamadou Babaei 58b4e3438f openxr bugfixes and improvements + 1st attempt at calculating the fxrmotioncontrollerdata based off of the hand mesh 2024-08-16 18:02:04 +02:00
Mamadou Babaei b239747463 fix more UE 5.4 RunUAT build issues 2024-08-16 18:02:04 +02:00
Mamadou Babaei bfc1e60091 refactor the animation, wrist tracking, and hand interaction manipulation systems for FXRMotionControllerData compatibility 2024-08-16 18:02:04 +02:00
Mamadou Babaei 4e00a867cc update the readme 2024-08-16 18:02:04 +02:00
Mamadou Babaei cab391a854 implement the OpenXR-compatible hand tracking (XR_EXT_hand_tracking) support 2024-08-16 18:02:04 +02:00
Mamadou Babaei c2b3c8d153 rename sgheadmountdisplay to sgheadmounteddisplay 2024-08-16 18:02:04 +02:00
Mamadou Babaei ff9da15dcb add extra null checks 2024-08-16 18:02:04 +02:00
Mamadou Babaei 2e82ffb416 add vive xr elite hmd auto-detection checkes and other vive headset detection bug fixes and improvements 2024-08-16 18:02:03 +02:00
Mamadou Babaei 2eb6676e46 remove ASGVirtualHandActor 2024-08-16 18:02:03 +02:00
Mamadou Babaei 8c8dd9db20 make the sgsettings constructor private 2024-08-16 18:02:03 +02:00
Mamadou Babaei 8015b0dc5d bump senseglove libraries to v2.102.0-4a8bd81d and drop support for ue 5.1 and epic native toolchain v20 2024-08-16 18:02:03 +02:00
Mamadou Babaei 5b97f07fcb remove debug logs from FSGHeadMountDisplay::GetDeviceType() 2024-08-16 18:02:02 +02:00
Mamadou Babaei 0512d85652 check hmd auto-detection against various identifiers as the names returns from the engine is not reliable 2024-08-16 18:02:02 +02:00
Mamadou Babaei e08d980860 improve vive pro and vive focus 3 detection by utilizing optic resolution to distinguish them 2024-08-16 18:02:02 +02:00
Mamadou Babaei 97ee90052d implement hmd and wrist tracker hardware auto-detection fallback when it's not set explicitly 2024-08-16 18:02:02 +02:00
Mamadou Babaei 3389686e98 bump the plugin version to v2.0.8 2024-07-16 00:30:23 +02:00
Mamadou Babaei 56c111e160 fix a bug where the sgpawn right-hand grab colliders' default size is mistakenly set to the default value for the left-hand grab colliders at cdo initialization time 2024-07-16 00:30:23 +02:00
Mamadou Babaei 8975bef28f bump the plugin version to v2.0.7 2024-05-29 12:48:37 +02:00
Mamadou Babaei 9135bd0db8 make the allbreaker assets compatible with ue 5.1+ again 2024-05-29 12:48:37 +02:00
Mamadou Babaei 9f899dfaeb bump the plugin version to v2.0.6 2024-05-29 11:40:51 +02:00
Mamadou Babaei 18938e38b5 bump the plugin version to v2.0.5 2024-05-22 17:34:07 +02:00