You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vrcft-software/vrcft.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,17 @@ import Tabs from '@theme/Tabs'
10
10
importTabItemfrom'@theme/TabItem'
11
11
importReactPlayerfrom'react-player'
12
12
13
-
VRChat has no native face tracking integration,
13
+
VRCFaceTracking is a open-source program that bridges your face-tracking hardware with VRChat.
14
+
VRChat has no native face tracking hardware integration,
14
15
which means there must be an intermediary software accessing face tracking data from the hardware source then sending it to VRC via OSC as avatar parameters.
15
16
VRCFaceTracking fulfills this intermediary role, not only reading data and repackaging it as OSC messages for VRChat, but
16
-
morphing the input data into its own unified face tracking standard, thus acting as a Roseta Stone between face tracking hardware and VRChat avatars.
17
-
VRCFaceTracking works by the concept of "modules", which are add-on files that let the program access eye and face tracking data from different sources.
17
+
morphing the input data into its own unified face tracking standard, effectively acting as a Roseta Stone between face tracking hardware and VRChat avatars.
18
+
VRCFaceTracking supports many different, community-made input "modules", which are add-on files that let the program access eye and face tracking data from different sources.
18
19
19
20
## Install VRCFaceTracking
20
21
21
-
Click the big link below to download the VRCFT from Steam®, or download it from the [latest release on Github](https://github.com/benaclejames/VRCFaceTracking/releases/latest/).
22
+
Click the banner card below to be directed to VRCFaceTracking's Steam® store page, from which you can add or install the program to your Steam library.
23
+
Alternatively, download the no-installer .zip of the program from the [latest release on Github](https://github.com/benaclejames/VRCFaceTracking/releases/latest/).
0 commit comments