Browse Source

Add Hand_Gestures to manifest;

bjorn 7 months ago
parent
commit
8bdcc2489f
2 changed files with 1 additions and 0 deletions
  1. 0 0
      examples/Interaction/Hand_Gestures/main.lua
  2. 1 0
      examples/init.lua

+ 0 - 0
examples/Interaction/Hand_Gesture/main.lua → examples/Interaction/Hand_Gestures/main.lua


+ 1 - 0
examples/init.lua

@@ -14,6 +14,7 @@ return {
   'Interaction/Dragging_with_Rotation',
   'Interaction/Controller_Models',
   'Interaction/Hand_Tracking',
+  'Interaction/Hand_Gestures',
   'Interaction/Custom_Hand_Rig',
   'Locomotion/Basic_Thumbsticks',
   'Locomotion/Teleportation_Flat',