Skip to content

Commit

Permalink
Merge pull request #9 from octalmage/patch-1
Browse files Browse the repository at this point in the history
Unlimited Parameters renamed to Parameter Compressor
  • Loading branch information
SenkyDragon authored Oct 3, 2024
2 parents 3870de8 + 19f63eb commit 502fde0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/40-components/zzz-other.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ Will override the icon for the given item and path in your menu.

Allows you to change VRCFury's default "Next" menu item, when there are too many items to fit on a page.

## Parameter Compressor (Beta)

This component will optimize all synced menu-controlled Float and Int parameters into 16 total synced bits.

Non menu-controlled parameters and parameters used in two/four axis puppets are not optimized as they might be driven by OSC for features like face tracking or used for puppeting things like tails, ears or other avatar features.
This is to ensure real-time sync for those use cases.

## Remove Hand Gestures

When present, this component eliminates any features in your avatar's non-VRCFury controllers that use hand gestures. This is useful if you'd like to implement your own hand gestures with VRCFury, don't want them to conflict with ones that came with a base avatar, and don't want to edit them manually.
Expand Down Expand Up @@ -127,13 +134,6 @@ This component uses constraints to always show the object that it is placed on a

Given an action for down, up and splay, this creates a puppet for toe control in your menu.

## Unlimited Params (Beta)

This component will optimize all synced menu-controlled Float and Int parameters into 16 total synced bits.

Non menu-controlled parameters and parameters used in two/four axis puppets are not optimized as they might be driven by OSC for features like face tracking or used for puppeting things like tails, ears or other avatar features.
This is to ensure real-time sync for those use cases.

## When-Talking State

This is a very simple component which activates the given action(s) only while the user is "talking" (with any viseme).

0 comments on commit 502fde0

Please sign in to comment.