-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there complete list of OSC Parameters provided by / read by VRC Face Tracking? #237
Comments
That should be all. |
I used this method to output them, and manually removed duplicate rows. |
Don't forget about binary parameters as well! Any of the above parameters can be prefixed by a number of power of 2. These are generated at runtime and so might need special handling to detect. We use a regex pattern internally |
Thank you for extracting list.
Thank you for note that. I didn't know about that. It looks lonelyicer's list is about parameters VRCFT sends to VRChat, but is there any parameters VRCFT reads from VRChat? |
Hello. I'm the author of Avatar Optimizer.
Is there any documentation or source code location that provides all parameters VRCFaceTracking provide to / read from Avatar?
I'm planned to implement more optimization for Animator Controller in the future release of Avatar Optimizer assuming parameters are not animated.
However, this optimization would break compatibility with OSC Tools, so Avatar Optimizer is going to have system to declare parameter information about OSC Tools since next release, and bundle information for popular tools like VRCFaceTracking.
Therefore, I want to know all parameters VRCFaceTracking provide to / read from Avatar.
I found https://docs.vrcft.io/docs/tutorial-avatars/tutorial-avatars-extras/parameters but this says it's incomplete, and there are no information about which parameters are read by VRC Face Tracking.
I found https://github.com/benaclejames/VRCFaceTracking/blob/master/VRCFaceTracking.Core/UnifiedTracking.cs#L37-L46 and it looks complete but I could not trust my assumption so I asked here.
And this also doesn't have information about which parameters are read by VRC Face Tracking.
The text was updated successfully, but these errors were encountered: