diff --git a/annotated.html b/annotated.html
index d054032d..165470b3 100644
--- a/annotated.html
+++ b/annotated.html
@@ -115,54 +115,55 @@
CSteerToOrbit | |
CSteerToMultipleTargets | |
CSteerInDirection | |
- CAPFP2R | |
- CWorldRedirectionTechnique | This class is the most conceptual class of world redirection defining the important function to call: Redirect(). Information about the user such as the user's position or the targets are encapsulated inside Scene |
- CRazzaque2001OverTimeRotation | This class implements the rotation over time technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by a fixed amount in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
- CRazzaque2001Rotational | This class implements the rotationnal technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by an amount proportional to their angular speed in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
- CRazzaque2001Curvature | This class implements the curvature technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by an amount proportional to their linear speed in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
- CRazzaque2001Hybrid | This class implements the complete Redirected Walking technique from Razzaque et al., 2001. This technique applies the maximum rotation obtained using: |
- CSteinicke2008Translational | This class implements the translationnal technique from Steinicke et al., 2008. This technique scales the user's displacement in order to virtually increase the space the user can explore freely |
- CAzmandian2016World | This class implements the world warping technique from Azmandian et al., 2016. This technique applies a gain to the user's head rotation in order to co-localize a physical object and its virtual counterpart |
- CResetWorldRedirection | This class does not implement a redirection technique but reset the rotation between the user's physical and virtual head by using the over time rotation and rotationnal technique from Razzaque et al., 2001 |
- CNoWorldRedirection | |
- CWorldRedirection | This class allows users to select through the inspector or set through the API which body redirection technique to use as well as the relevant parameters. To reset redirection, set the technique enum to None |
- CWorldRedirectionEditor | Custom editor for the WorldRedirection Monobehaviour |
- CParametersToolkit | |
- CVector2Horizontal | Wrapper for a pair of float associated with left and right |
- CVector2Vertical | Wrapper for a pair of float associated with up and down |
- CVector2Gain | Wrapper for a pair of float associated with forward and backward |
- CVector2Rotation | Wrapper for a pair of float associated with same and opposite |
- CEditorRedirectionAttribute | |
- CShowHeadAttribute | |
- CHasBufferAttribute | |
- CHasThresholdAttribute | |
- CHasStrategyAttribute | |
- CHasTargetsAttribute | |
- CInteraction | This is the base class for the visuo-haptic techniques managers such as BodyRedirection |
- CRedirectionTechnique | |
- CLimb | A Limb pairs one physicalLimb Transform with a list of virtual limb Transforms |
- CParametersToolkitEditor | Custom Editor for toolkit parameters |
- ▼NSimulation | |
- CMJTTrajectoryGenerator | |
- ▼NUserInput | |
- CSceneController | |
- ▼NVisualisation | |
- CBRVisuals | |
- CWRVisuals | |
- CCorridorRepresentation | |
- CCubesRedirection | |
- CGradientVisuals | |
- CGuardian | Stub class for getting Guardian boundaries, if configured |
- CInterpolation | |
- COriginCollider | |
- CPhysicalEnvironmentCalibration | |
- CTargetCollider | |
- CTopViewCamera | This MonoBehaviour is used to copy the movements of the trackedObject Transform in the horizontal plane (x and z coordinates) while leaving the vertical (y ) coordinate unchanged |
- CVector2GainPropertyDrawer | |
- CVector2HorizontalPropertyDrawer | |
- CVector2RotationPropertyDrawer | |
- CVector2VerticalPropertyDrawer | |
- CVectorsPropertyDrawer | |
+ CThomas2019APF_PushPull | |
+ CMessinger2019APF | |
+ CWorldRedirectionTechnique | This class is the most conceptual class of world redirection defining the important function to call: Redirect(). Information about the user such as the user's position or the targets are encapsulated inside Scene |
+ CRazzaque2001OverTimeRotation | This class implements the rotation over time technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by a fixed amount in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
+ CRazzaque2001Rotational | This class implements the rotationnal technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by an amount proportional to their angular speed in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
+ CRazzaque2001Curvature | This class implements the curvature technique from Razzaque et al., 2001. This technique rotates the user's virtual head around the vertical axis by an amount proportional to their linear speed in the opposite direction of the forward target. This is done in order to push the user to turn towards the target |
+ CRazzaque2001Hybrid | This class implements the complete Redirected Walking technique from Razzaque et al., 2001. This technique applies the maximum rotation obtained using: |
+ CSteinicke2008Translational | This class implements the translationnal technique from Steinicke et al., 2008. This technique scales the user's displacement in order to virtually increase the space the user can explore freely |
+ CAzmandian2016World | This class implements the world warping technique from Azmandian et al., 2016. This technique applies a gain to the user's head rotation in order to co-localize a physical object and its virtual counterpart |
+ CResetWorldRedirection | This class does not implement a redirection technique but reset the rotation between the user's physical and virtual head by using the over time rotation and rotationnal technique from Razzaque et al., 2001 |
+ CNoWorldRedirection | |
+ CWorldRedirection | This class allows users to select through the inspector or set through the API which body redirection technique to use as well as the relevant parameters. To reset redirection, set the technique enum to None |
+ CWorldRedirectionEditor | Custom editor for the WorldRedirection Monobehaviour |
+ CParametersToolkit | |
+ CVector2Horizontal | Wrapper for a pair of float associated with left and right |
+ CVector2Vertical | Wrapper for a pair of float associated with up and down |
+ CVector2Gain | Wrapper for a pair of float associated with forward and backward |
+ CVector2Rotation | Wrapper for a pair of float associated with same and opposite |
+ CEditorRedirectionAttribute | |
+ CShowHeadAttribute | |
+ CHasBufferAttribute | |
+ CHasThresholdAttribute | |
+ CHasStrategyAttribute | |
+ CHasTargetsAttribute | |
+ CInteraction | This is the base class for the visuo-haptic techniques managers such as BodyRedirection |
+ CRedirectionTechnique | |
+ CLimb | A Limb pairs one physicalLimb Transform with a list of virtual limb Transforms |
+ CParametersToolkitEditor | Custom Editor for toolkit parameters |
+ ▼NSimulation | |
+ CMJTTrajectoryGenerator | |
+ ▼NUserInput | |
+ CSceneController | |
+ ▼NVisualisation | |
+ CBRVisuals | |
+ CWRVisuals | |
+ CCorridorRepresentation | |
+ CCubesRedirection | |
+ CGradientVisuals | |
+ CGuardian | Stub class for getting Guardian boundaries, if configured |
+ CInterpolation | |
+ COriginCollider | |
+ CPhysicalEnvironmentCalibration | |
+ CTargetCollider | |
+ CTopViewCamera | This MonoBehaviour is used to copy the movements of the trackedObject Transform in the horizontal plane (x and z coordinates) while leaving the vertical (y ) coordinate unchanged |
+ CVector2GainPropertyDrawer | |
+ CVector2HorizontalPropertyDrawer | |
+ CVector2RotationPropertyDrawer | |
+ CVector2VerticalPropertyDrawer | |
+ CVectorsPropertyDrawer | |
diff --git a/classVHToolkit_1_1Redirection_1_1ParametersToolkit-members.html b/classVHToolkit_1_1Redirection_1_1ParametersToolkit-members.html
index dd9b13d8..70d7b569 100644
--- a/classVHToolkit_1_1Redirection_1_1ParametersToolkit-members.html
+++ b/classVHToolkit_1_1Redirection_1_1ParametersToolkit-members.html
@@ -84,20 +84,23 @@
GoGoCoefficient | VHToolkit.Redirection.ParametersToolkit | |
HorizontalAngles | VHToolkit.Redirection.ParametersToolkit | |
HybridWeights | VHToolkit.Redirection.ParametersToolkit | |
- OverTimeRotation | VHToolkit.Redirection.ParametersToolkit | |
- RedirectionBuffer | VHToolkit.Redirection.ParametersToolkit | |
- RedirectionLateness | VHToolkit.Redirection.ParametersToolkit | |
- Rescale | VHToolkit.Redirection.ParametersToolkit | |
- ResetRedirectionCoeff | VHToolkit.Redirection.ParametersToolkit | |
- RotationalError | VHToolkit.Redirection.ParametersToolkit | |
- RotationalThreshold | VHToolkit.Redirection.ParametersToolkit | |
+ obstaclesFallOffFactor | VHToolkit.Redirection.ParametersToolkit | |
+ OverTimeRotation | VHToolkit.Redirection.ParametersToolkit | |
+ RedirectionBuffer | VHToolkit.Redirection.ParametersToolkit | |
+ RedirectionLateness | VHToolkit.Redirection.ParametersToolkit | |
+ Rescale | VHToolkit.Redirection.ParametersToolkit | |
+ ResetRedirectionCoeff | VHToolkit.Redirection.ParametersToolkit | |
+ RotationalError | VHToolkit.Redirection.ParametersToolkit | |
+ RotationalThreshold | VHToolkit.Redirection.ParametersToolkit | |
+ scaleMultipler | VHToolkit.Redirection.ParametersToolkit | |
SmoothingFactor | VHToolkit.Redirection.ParametersToolkit | |
SmoothingParameter | VHToolkit.Redirection.ParametersToolkit | |
SteerToOrbitRadius | VHToolkit.Redirection.ParametersToolkit | |
SwampCDRatio | VHToolkit.Redirection.ParametersToolkit | |
SwampSquareLength | VHToolkit.Redirection.ParametersToolkit | |
- VerticalAngles | VHToolkit.Redirection.ParametersToolkit | |
- WalkingThreshold | VHToolkit.Redirection.ParametersToolkit | |
+ usersFallOffFactor | VHToolkit.Redirection.ParametersToolkit | |
+ VerticalAngles | VHToolkit.Redirection.ParametersToolkit | |
+ WalkingThreshold | VHToolkit.Redirection.ParametersToolkit | |