Commit Graph
296 Commits
Author SHA1 Message Date
Mamadou Babaei e86cf45a27 add a missing header that causes build issues on ue 5.0 2023-08-14 21:23:21 +02:00
Mamadou Babaei 081eccfdf5 do not cache grabbed actors as overlapped actors 2023-08-14 17:27:37 +02:00
Mamadou Babaei 7c2449125b inline some pimpl methods in order to improve function call performance for regularly called methods 2023-08-14 17:27:37 +02:00
Mamadou Babaei 7a316b0dbf cache all overlapped actors with the real/virtual hands 2023-08-14 17:27:36 +02:00
Mamadou Babaei 2ea076799b initial working implementation of the separated virtual/real hand rendering 2023-08-14 17:27:36 +02:00
Mamadou Babaei 5a194314ae fix the wrong default gizmo colors when initialized using the default constructor. 2023-08-14 17:27:35 +02:00
Mamadou Babaei 0f38361a24 fix ue 5.3 build issues 2023-08-14 17:27:35 +02:00
Mamadou Babaei 365224af7d add support for the upcoming unreal engine 5.3 and native toolchain v22 libs to the build system 2023-08-14 17:27:34 +02:00
Mamadou Babaei 56a3cada8f bump senseglove libraries for windows to v2.11.0-b775a05 2023-08-14 17:27:34 +02:00
Mamadou Babaei 9e11349640 bump senseglove headers and libraries for linux and android to v2.11.0-b775a05 2023-08-14 17:27:31 +02:00
Mamadou Babaei 1c82941063 initial attempt at separating the hand rendering from the real hand 2023-08-14 17:27:30 +02:00
Mamadou Babaei b4d2444aca alternative velocity calculation for released actors based on the hand's cached position history 2023-08-14 17:27:29 +02:00
Mamadou Babaei 37b2751760 alternative velocity calculation for released actors based on a cached position history 2023-08-14 17:27:29 +02:00
Mamadou Babaei a8dcc6c295 apply the hand's velocity to the grabbed actor after release 2023-08-14 17:27:28 +02:00
Mamadou Babaei 4e8139248b bump senseglove libraries for windows to v2.10.1-3b0e7c9 2023-07-19 18:23:53 +02:00
Mamadou Babaei 07ad7f0ce2 bump senseglove libraries for linux and android to v2.10.1-3b0e7c9 2023-07-19 18:23:52 +02:00
Mamadou Babaei f68a2f6185 fix a build issue with android shipping builds 2023-07-19 01:14:40 +02:00
Mamadou Babaei 1bfab51b69 whitespace fix 2023-07-19 01:14:40 +02:00
Mamadou Babaei aa0c9aae53 remove redundant whitespaces 2023-07-19 01:14:39 +02:00
Mamadou Babaei 1b96c4bd25 fix grab/release bug for the right hand 2023-07-13 19:50:45 +02:00
Mamadou Babaei 4f9b0c1987 fix a wrist tracker bug where hands are getting tracked in reverse 2023-07-13 19:50:44 +02:00
Mamadou Babaei b74a85149a do checks against the right hand which is cleaner to read 2023-07-13 19:50:44 +02:00
Mamadou Babaei 42039d23f4 fix the motion source options crashes 2023-06-16 02:12:01 +02:00
Mamadou Babaei ee228f7713 refactor the newly added motion source settings and off-load them from the wrist tracker to the settings system, though this causes crashes still 2023-06-16 02:12:01 +02:00
Mamadou Babaei 8242cefde8 bump senseglove libraries for windows to v.2.10.0-12133ac 2023-06-16 02:12:01 +02:00
Mamadou Babaei 46107eb3e1 bump senseglove libraries for linux and android to v.2.10.0-12133ac 2023-06-16 02:12:00 +02:00
Mamadou Babaei f434a0fd77 remove not yet implemented from ViveTracker and ViveFocus3WristTracker enums' names 2023-06-16 02:12:00 +02:00
Mamadou Babaei 0f8197efeb fix a bug where SteamVR trackers such as HTC VIVE and HTC VIVE Focus 3's wrist orientation and location were not being tracked. 2023-06-16 02:12:00 +02:00
Mamadou Babaei 76076d1339 bump senseglove libraries and headers for linux and android to v2.9.0-21c54c5 2023-06-16 02:11:59 +02:00
Mamadou Babaei 3edc56f77e bump senseglove libraries for windows to v2.9.0-21c54c5 2023-06-16 02:11:59 +02:00
Mamadou Babaei 3095f18791 add (not implemented yet) to the blueprint display name for positional tracking hardware that is not implemented yet 2023-06-16 02:11:58 +02:00
Mamadou Babaei c61ee7b098 add support for vive focus 3 positional tracking hardwares 2023-06-16 02:11:58 +02:00
Mamadou Babaei 211ce20add add support for oculus quest pro positional tracking hardwares 2023-06-16 02:11:58 +02:00
Mamadou Babaei 63b84bdf01 remove support for oculus touch, pico neo 2, and pico neo 3 positional tracking hardwares 2023-06-16 02:11:58 +02:00
Mamadou Babaei 5ca857d5be fix ESGPositionalTrackingHardware enum display names and comments 2023-06-16 02:11:58 +02:00
Mamadou Babaei a529f3a8f6 fully refactor the top-level configurations in the settings system into ustructs 2023-06-16 02:11:58 +02:00
Mamadou Babaei 022ce8b3a4 bump senseglove libraries for windows v2.8.0-ff14904 2023-06-16 02:11:58 +02:00
Mamadou Babaei cc5eb7d320 bump senseglove libraries for linux and android to v2.8.0-ff14904 2023-06-16 02:11:54 +02:00
Mamadou Babaei 20a66828f5 drop support for native toolchain v19, msvc v141 (2017), and thus ue 4.27 in the build system 2023-06-16 02:11:53 +02:00
Mamadou Babaei 59ecca015e fix a critical Android crash that happens where the default development hand meshes are not found 2023-06-01 23:31:14 +02:00
Mamadou Babaei e144de6af6 add a complementary internal method to IsUsingUserMesh, IsUsingDefaultMesh for checking various hand meshes 2023-06-01 23:31:13 +02:00
Mamadou Babaei 6df4792978 fix an edit condition parsing failure that caused a bug in the settings
system where the virtual hand and the wrist tracker debug gizmos where
always drawn, regardless of chosen settings
2023-06-01 21:46:24 +02:00
Mamadou Babaei 21dfe0eb89 fix error C2440: 'initializing': cannot convert from 'void' to 'bool' when engine versio is < 5.2 2023-06-01 21:46:23 +02:00
Mamadou Babaei 2d3a8eb18c remove dead gradle code from the android module 2023-05-29 02:09:57 +02:00
Mamadou Babaei a8057bd66a supress a grade warning for non-arm64 archs when the build target is android 2023-05-29 02:09:57 +02:00
Mamadou Babaei 1dc15e8c5f fix linux aarch64 build issues on ue 5.0 2023-05-19 18:36:29 +02:00
Mamadou Babaei 2712398e29 implement an optional feature in order to automatically stop all haptics on the end play event 2023-05-19 18:14:06 +02:00
Mamadou Babaei e39b5e5158 temporarily disable the debug gizmo for the virtual hand and the wrist tracker due to an esoteric bug in the settings system 2023-05-19 18:14:06 +02:00
Mamadou Babaei ad30dbfd5e remove commented code 2023-05-19 18:14:05 +02:00
Mamadou Babaei 354be18ff7 increase the default finger tips collider sizes 2023-05-19 18:14:05 +02:00