Skip to content

Commit

Permalink
fix X55 rotary not moving and reduce material gloss
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjarv committed Mar 11, 2018
1 parent 32e0128 commit 1111566
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void StickEvent(JoystickState state)
break;

case "RotationZ":
RTY3.transform.localEulerAngles = new Vector3(0, 0, ConvertRange(entry.Value, 0, 65535, -150, 150));
RTY4.transform.localEulerAngles = new Vector3(0, 0, ConvertRange(entry.Value, 0, 65535, -150, 150));
break;

case "Buttons5":
Expand Down
Binary file modified JoystickVisualizer/ProjectSettings/ProjectSettings.asset
Binary file not shown.

0 comments on commit 1111566

Please sign in to comment.