Commit Graph
100 Commits
Author SHA1 Message Date
Mamadou Babaei 3c30a36d5e fix the wrong script name for USGHMDTrackerKismetLibrary 2024-09-02 19:38:31 +02:00
Mamadou Babaei 9f29e37f0e expand the clickable area on the handbook index page revision buttons 2024-09-02 19:38:31 +02:00
Mamadou Babaei b0b54d2843 an overview title fix to match the summary file 2024-09-02 19:38:31 +02:00
Mamadou Babaei 42e62cf862 bump the SenseGlove Unreal Engine Plugin to v2.1.1 2024-08-18 01:46:50 +02:00
Mamadou Babaei 971944bcd0 fix documentation typos 2024-08-18 01:46:50 +02:00
Mamadou Babaei f4f08f3377 fix a bug where SG_GIT_IS_SHALLOW_CLONE while building the handbook is always set to yes even if it's not a shadow clone 2024-08-18 01:32:50 +02:00
Mamadou Babaei 3be9ab5a2b removed android ndk r25 armv7 and x86 dependencies brought back by mistake while merging v2.1.0 from the dev branch to the master branch 2024-08-18 00:55:30 +02:00
Mamadou Babaei 82ca84d22d fix a bug that causes a handbook revision mismatch when deploying the handbook from the dev branch 2024-08-18 00:28:32 +02:00
Mamadou Babaei f421967cd3 fix the messed up changelog file caused by cherry-picking merge conflicts between the dev branch and the master branch 2024-08-18 00:10:37 +02:00
Mamadou Babaei 0211f2a26a bump the plugin version to v2.1.0 2024-08-16 19:55:23 +02:00
Mamadou Babaei c742956045 fix build issues caused by cherry-pick order between v2.0.x and v2.1.x releases; the dev branch already contains these fixes 2024-08-16 19:55:23 +02:00
Mamadou Babaei 803616c30f extract the git version from the remote repo when it's a shallow clone to allow the sgum-packager work with release branches 2024-08-16 19:09:24 +02:00
Mamadou Babaei f5efa73373 determine the value of mdbook site-url from the makefile instead of hardcoding it per branch 2024-08-16 18:01:09 +02:00
Mamadou Babaei abb2b3cb23 fix ue 5.4 runuat build issues inside the sggrabcomponent caused by missing headers 2024-08-16 18:01:09 +02:00
Mamadou Babaei c6ea16de57 fix a broken url 2024-08-16 18:01:09 +02:00
Mamadou Babaei 02176c2809 add make pack to the output of make help 2024-08-16 18:01:09 +02:00
Mamadou Babaei 32542e6e02 fix a broken url 2024-08-16 18:01:09 +02:00
Mamadou Babaei 011091b578 fix a url 2024-08-16 18:01:09 +02:00
Mamadou Babaei ab312297da add topic: Upgrade Guide 2024-08-16 18:01:09 +02:00
Mamadou Babaei ed6e9ecc8d add the sub-topic: Optimizing Unreal Projects for Mobile 2024-08-16 18:01:09 +02:00
Mamadou Babaei 02d8e5630a formatting fixes 2024-08-16 18:01:09 +02:00
Mamadou Babaei f8921c61c7 add topic: Optimizing Your Project for Higher FPS 2024-08-16 18:01:09 +02:00
Mamadou Babaei 37a0d2af28 lock cargo dependencies for the hadbook to pecific major/minor releases and not patch releases 2024-08-16 18:01:08 +02:00
Mamadou Babaei 2078b0e9c0 clarify the note about how the separation of the real and virtual hand rendering is broken 2024-08-16 18:01:08 +02:00
Mamadou Babaei 7d0a8df2e0 fix a typo 2024-08-16 18:01:08 +02:00
Mamadou Babaei 76de50c2a9 remove troublesome inline keywords added by jetbrains rider 2024-08-16 18:01:08 +02:00
Mamadou Babaei c7d65057f9 mark the separation of the real and virtual hand rendering as broken and a note to the known issues section 2024-08-16 18:01:08 +02:00
Mamadou Babaei 7da14e0cc3 fix a few bugs that does affect the real hand collision events because of SetVisibility and redundant checking against grabbed actor 2024-08-16 18:01:08 +02:00
Mamadou Babaei 3974c8ac6f replace SGPawn::FImpl::EnableActorPhysics() and SGPawn::FImpl::DisableActorPhysics() with USGGrabComponent::SimulatePhysics() 2024-08-16 18:01:08 +02:00
Mamadou Babaei 5f81430677 enable bGravityEnabled, bSimulatePhysics, and call WakeRigidBody on grab component's owning actor at BeginPlay() if bAffectPhysicsState is enabled 2024-08-16 18:01:08 +02:00
Mamadou Babaei 3cef149d4f document Configuring the SGPawn and Plugin Virtual Hand Mesh Settings as the final step in setting up the virtual hand meshes 2024-08-16 18:01:08 +02:00
Mamadou Babaei 56be3efeff fix a typo 2024-08-16 18:01:08 +02:00
Mamadou Babaei b2e442087a use the value of GrabAttachPointSocketName from the plugin settings as default for USGGrabComponent's AttachmentSocketName uproperty 2024-08-16 18:01:08 +02:00
Mamadou Babaei 00ebf773b1 add the sgbasicdemo-openxr repository to the examples and demo projects section 2024-08-16 18:01:08 +02:00
Mamadou Babaei 8c38a4de66 minor fix 2024-08-16 18:01:08 +02:00
Mamadou Babaei 68411f2430 add video tutorials 2024-08-16 18:01:08 +02:00
Mamadou Babaei 7f58a42693 add the contents for setting up the grab/release, and the touch systems 2024-08-16 18:01:08 +02:00
Mamadou Babaei e09a8ebfec add another android note 2024-08-16 18:01:08 +02:00
Mamadou Babaei ceace2ebac fix the display name for various overloads of the Blueprint-exposed function Queue Command Vibro Level to expose sensible display names. 2024-08-16 18:01:08 +02:00
Mamadou Babaei 18db75ad78 a changelog fix 2024-08-16 18:01:08 +02:00
Mamadou Babaei ac5c6ae5b4 fix a topic title 2024-08-16 18:01:07 +02:00
Mamadou Babaei 967424ba22 minor fix 2024-08-16 18:01:07 +02:00
Mamadou Babaei ea5c483be4 add topic: Deploying to Android (Standalone) 2024-08-16 18:01:07 +02:00
Mamadou Babaei 10f735c6eb add a note in regards to meta xr and vive openxr plugins incompatibility 2024-08-16 18:01:07 +02:00
Mamadou Babaei a23cd0234d add instructions: Setting up the SenseGlove Grab and Touch Sockets 2024-08-16 18:01:07 +02:00
Mamadou Babaei 8a3ca10d75 remove irrelevant section as it's already set up by the plugin automatically 2024-08-16 18:01:07 +02:00
Mamadou Babaei a33404ad71 mention a relevant video tutorial 2024-08-16 18:01:07 +02:00
Mamadou Babaei a3f259665b close the div tag properly 2024-08-16 18:01:07 +02:00
Mamadou Babaei c071a2fe2b add the instructions for: Setting up the Rigid Bodies 2024-08-16 18:01:07 +02:00
Mamadou Babaei c45cc23eb0 fix license titles 2024-08-16 18:01:07 +02:00
Mamadou Babaei 58a4474d3b add instructions for importing / exporting compatible virtual hand meshes 2024-08-16 18:01:07 +02:00
Mamadou Babaei d06c894e2f minor fix 2024-08-16 18:01:07 +02:00
Mamadou Babaei 6321488112 update the overview section 2024-08-16 18:01:07 +02:00
Mamadou Babaei 5f49aa8ef7 add the content for setting up the wrist tracking hardware section 2024-08-16 18:01:06 +02:00
Mamadou Babaei e153152087 add important notes for setting up the wrist tracker and virtual hands 2024-08-16 18:01:06 +02:00
Mamadou Babaei 54d129ab06 add the complete documentation for setting up the senseglove default classes 2024-08-16 18:01:06 +02:00
Mamadou Babaei 26b8e4b6f8 fix a build issue on ue 5.2 2024-08-16 18:01:06 +02:00
Mamadou Babaei 4d97c8c673 apply summary.md changes to the overview page 2024-08-16 18:01:06 +02:00
Mamadou Babaei 3f7d550c98 fix borken links 2024-08-16 18:01:06 +02:00
Mamadou Babaei e10a781a66 add more topics to the menu 2024-08-16 18:01:06 +02:00
Mamadou Babaei 5537e71606 minor fix 2024-08-16 18:01:06 +02:00
Mamadou Babaei fe94a8fbd8 add the introduction to the senseglove default classes 2024-08-16 18:01:06 +02:00
Mamadou Babaei 144a9c0edb fix the wrong content path 2024-08-16 18:01:06 +02:00
Mamadou Babaei 46b8f9c2ae fix README.md broken links 2024-08-16 18:01:06 +02:00
Mamadou Babaei 3f0210faa1 add a caution for bvalidateifdefaultclassesaresgcompliant 2024-08-16 18:01:06 +02:00
Mamadou Babaei 03ab918151 fix a typo 2024-08-16 18:01:06 +02:00
Mamadou Babaei bfbdd17afa add the console commands SG_GetEngineScalabilitySettings and SG_SetEngineScalabilitySettings 2024-08-16 18:01:06 +02:00
Mamadou Babaei b297f15765 add the license terms for the handbook 2024-08-16 18:01:06 +02:00
Mamadou Babaei 40aaadddf5 add the boilerplate for setting up the senseglove default classes 2024-08-16 18:01:06 +02:00
Mamadou Babaei 5149d2418c fix broken links in the overview page by adding .. to the relative urls 2024-08-16 18:01:06 +02:00
Mamadou Babaei b861b8cd16 fix broken index/readme.md links in the overview page 2024-08-16 18:01:06 +02:00
Mamadou Babaei 5c16d1e368 minor fix 2024-08-16 18:01:06 +02:00
Mamadou Babaei b58c5e99e0 add the content for the overview page 2024-08-16 18:01:05 +02:00
Mamadou Babaei 66a544aae6 minor fix 2024-08-16 18:01:05 +02:00
Mamadou Babaei 26ee4bad2f complete the plugin configuration, settings, and overrides, sections 2024-08-16 18:01:05 +02:00
Mamadou Babaei f416d9ce7f improve the repo's main readme file 2024-08-16 18:01:05 +02:00
Mamadou Babaei 8c2305ff14 reference the handbook's extra resources 2024-08-16 18:01:05 +02:00
Mamadou Babaei 7b23442d92 bring on par the SGSettings blueprint api with the cpp api 2024-08-16 18:01:05 +02:00
Mamadou Babaei 7877319d13 add some custom css styles for better html formatting 2024-08-16 18:01:05 +02:00
Mamadou Babaei 5e492cb0ac add the plugin-settings section 2024-08-16 18:01:05 +02:00
Mamadou Babaei 1700c219a1 add a note about Hand and Body Tracking settings 2024-08-16 18:01:05 +02:00
Mamadou Babaei dea6cdab93 add the sensecom documentation 2024-08-16 18:01:05 +02:00
Mamadou Babaei 987a449015 add a caution in regards to broken meta quest hmds on steamvr 2024-08-16 18:01:05 +02:00
Mamadou Babaei 30ae8602c4 fix youtube video urls 2024-08-16 18:01:05 +02:00
Mamadou Babaei 1db3a8f0a2 whitespace fix 2024-08-16 18:01:05 +02:00
Mamadou Babaei 1d5b3dcd17 add the low level api documentation 2024-08-16 18:01:05 +02:00
Mamadou Babaei a7993f85ab complete installation instructions 2024-08-16 18:01:05 +02:00
Mamadou Babaei 7172172656 Revert "move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings"
This reverts commit e16c1d216f.
2024-08-16 18:01:05 +02:00
Mamadou Babaei 0ac67ec791 move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings 2024-08-16 18:01:04 +02:00
Mamadou Babaei 3f0bf41ed9 add an important alert 2024-08-16 18:01:04 +02:00
Mamadou Babaei 56e9b60af7 minor fixes 2024-08-16 18:01:04 +02:00
Mamadou Babaei b88500c702 fix a broken link 2024-08-16 18:01:04 +02:00
Mamadou Babaei 29da844182 add instructions: Enabling XR_EXT_hand_tracking OpenXR extension on VR Headsets 2024-08-16 18:01:04 +02:00
Mamadou Babaei 0fcf070dc0 add topic: Extra Resources 2024-08-16 18:01:04 +02:00
Mamadou Babaei 4e5f8f954f add instructions: Safe and Reliable Glove Access in Blueprint 2024-08-16 18:01:04 +02:00
Mamadou Babaei 40a59950e3 center all youtube videos 2024-08-16 18:01:04 +02:00
Mamadou Babaei d4123af022 add instructions: Enabling The SenseGlove Unreal Engine Plugin and Veirfying the Plugin Version 2024-08-16 18:01:04 +02:00
Mamadou Babaei f2d6c657fc whitespace fix 2024-08-16 18:01:04 +02:00
Mamadou Babaei ae45886ee4 add the epic games launcher installation instructions 2024-08-16 18:01:04 +02:00
Mamadou Babaei da58d1b1e8 replace inline code blocks with back tilde inside the changelog 2024-08-16 18:01:04 +02:00