Only fingers tracking for VR mode

This commit is contained in:
SDraw 2022-09-02 22:23:14 +00:00 committed by SDraw
parent 0794564563
commit f61e1b20c5
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 20 additions and 62 deletions

View file

@ -16,6 +16,9 @@ Available mod's settings in `Settings - Implementation - Avatar Motion Tweaker`:
Available additional parameters for AAS animator:
* **`Upright`:** defines linear coefficient between current viewpoint height and avatar's viewpoint height. Range - [0.0,1.0] (0.0 - floor, 1.0 - full standing).
* Note: can be set as local-only (not synced) if starts with `#` character.
Additional avatars tweaks:
* If avatar has child object with name `LocomotionOffset` its local position will be used for offsetting VRIK locomotion center.
## Example of usage in AAS animator for mixed desktop and VR
* To differentiate between desktop and VR players use `CVR Parameter Stream` component on avatar's root gameobject. As example, `InVR` and `InFBT` are boolean typed animator parameters: