We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0de45b commit 15d34daCopy full SHA for 15d34da
Assets/ReachySimulator/Scripts/ReachyController.cs
@@ -97,8 +97,8 @@ public class ReachyController : MonoBehaviour
97
private Dictionary<string, Fan> name2fan;
98
private string leftEyeFrame, rightEyeFrame;
99
100
- const int resWidth = 320;
101
- const int resHeight = 240;
+ const int resWidth = 960;
+ const int resHeight = 720;
102
103
Texture2D texture;
104
0 commit comments