Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Character Plugin
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
Character Plugin
Wiki
Components
Locomotion
Waypoints
Changes
Page history
Wiki actions
New page
Templates
Clone repository
Update Waypoints
authored
Apr 16, 2021
by
Daniel Rupp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Components/Locomotion/Waypoints.md
+2
-2
2 additions, 2 deletions
Components/Locomotion/Waypoints.md
with
2 additions
and
2 deletions
Components/Locomotion/Waypoints.md
View page @
86af7f0c
...
...
@@ -14,7 +14,7 @@ In the details panel of the Waypoint you can see three parameters:
| Parameter| Details |
|------|---------|
| Waypoint Order | Specify the order in which the VH will traverse the Waypoints|
| Walking Speed | The
S
peed at which the VH will walk towards this Waypoint |
| Walking Speed | The
s
peed at which the VH will walk towards this Waypoint |
| Waypoint Group | To link the Waypoint to a VH |

...
...
@@ -27,7 +27,7 @@ Besides setting up the Waypoints, we also have to set up the VH. To do this sele
| Parameter| Details |
|------|---------|
| Waypoint Group | To link the VH to a Waypoint. VH will gather all Waypoints matching its Waypoint Group and store them in an
A
rray|
| Waypoint Group | To link the VH to a Waypoint. VH will gather all Waypoints matching its Waypoint Group and store them in an
a
rray|
| Loop | If true the VH will walk back to the first Waypoint when arriving at the last |
| Waypoint Order | Affects the sorting of the Waypoints Array and therefore the order in which the VH traverses the Waypoints |
...
...
This diff is collapsed.
Click to expand it.