add the boilerplate for setting up the senseglove default classes

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:17 +02:00
parent 65b918b19d
commit 9614d1f72e
8 changed files with 18 additions and 2 deletions
+6 -1
View File
@@ -20,7 +20,12 @@ Welcom to the SenseGlove Unreal Engine Handbook!
- [Connect to Nova gloves using Command-line](getting-started/sensecom/gnu-linux/command-line.md)
- [SenseCom on Microsoft Windows](getting-started/sensecom/microsoft-windows.md)
- [Enabling XR_EXT_hand_tracking on VR Headsets](getting-started/enabling-xr-ext-hand-tracking-vr-headsets/README.md)
- [Setup the SGPawn]()
- [Setup SenseGlove Default Classes](setup-senseglove-default-classes/README.md)
- [SGPawn](setup-senseglove-default-classes/sgpawn.md)
- [SGPlayerController](setup-senseglove-default-classes/sgplayercontroller.md)
- [SGGameModeBase](setup-senseglove-default-classes/sggamemodebase.md)
- [SGGameInstance](setup-senseglove-default-classes/sggameinstance.md)
- [SGGameUserSettings](setup-senseglove-default-classes/sggameusersettings.md)
- [Setup a Virtual Hand Model]()
- [Setup the Grab System]()
- [Setup the Touch System]()
+6 -1
View File
@@ -16,7 +16,12 @@ This section covers the basics of the SenseGlove Unreal Engine Plugin:
- [Connect to Nova gloves using Command-line](../getting-started/sensecom/gnu-linux/command-line.md)
- [SenseCom on Microsoft Windows](../getting-started/sensecom/microsoft-windows.md)
- [Enabling XR_EXT_hand_tracking on VR Headsets](../getting-started/enabling-xr-ext-hand-tracking-vr-headsets/)
- [Setup the SGPawn](../)
- [Setup SenseGlove Default Classes](../setup-senseglove-default-classes/)
- [SGPawn](../setup-senseglove-default-classes/sgpawn.md)
- [SGPlayerController](../setup-senseglove-default-classes/sgplayercontroller.md)
- [SGGameModeBase](../setup-senseglove-default-classes/sggamemodebase.md)
- [SGGameInstance](../setup-senseglove-default-classes/sggameinstance.md)
- [SGGameUserSettings](../setup-senseglove-default-classes/sggameusersettings.md)
- [Setup a Virtual Hand Model](../)
- [Setup the Grab System](../)
- [Setup the Touch System](../)
@@ -0,0 +1 @@
# Setting Up the SenseGlove Default Classes
@@ -0,0 +1 @@
# Setting Up SGGameInstance
@@ -0,0 +1 @@
# Setting Up SGGameModeBase
@@ -0,0 +1 @@
# Settings Up SGGameUserSettings
@@ -0,0 +1 @@
# Setting Up SGPawn
@@ -0,0 +1 @@
# Setting Up SGPlayerController