Skip to content

Commit

Permalink
Adjusted default smoothing values to better reflect tested smoothing …
Browse files Browse the repository at this point in the history
…values.
  • Loading branch information
regzo2 committed Aug 27, 2022
1 parent d26a3a1 commit 7b3ab2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/OSCmooth/Editor/OSCmoothType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public class OSCmoothParameter
{

// for Animation creation purposes:
public float localSmoothness = 0.15f;
public float remoteSmoothness = 0.9f;
public float localSmoothness = 0.1f;
public float remoteSmoothness = 0.7f;
public string paramName = "NewParam";

// This setting sets the output to controll the
Expand Down

0 comments on commit 7b3ab2a

Please sign in to comment.