regzo2 / BinaryParameterTool

Create animations for Binary Parameters for VRCFaceTracking
16 stars 4 forks source link

Refactor Binary State Machines to be able to switch between using AnyState blending and Binary Decision Tree. #5

Open regzo2 opened 2 years ago

regzo2 commented 2 years ago

AnyState blending is useful for taking advantage of transition blending, Binary Decision Trees (not using AnyState, using float smoothing) are theoretically more performant.

regzo2 commented 2 years ago

Partially implemented, will make it a togglable feature in the next minor version (1.3.1)