Browse Source

Add Locomotion examples to manifest;

bjorn 4 years ago
parent
commit
a5df199391
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/init.lua

+ 4 - 0
examples/init.lua

@@ -13,6 +13,10 @@ return {
   'Interaction/Dragging',
   'Interaction/Controller_Models',
   'Interaction/Hand_Tracking',
+  'Locomotion/Basic_Thumbsticks',
+  'Locomotion/Teleportation_Flat',
+  'Locomotion/Teleportation_Colliders',
+  'Locomotion/Walking_In_Place',
   'Environment/Grid',
   'Environment/Skybox',
   'Lighting/Cel_Shading',