Skip to content

Commit 15d34da

Browse files
committed
Improve image resolution.
1 parent a0de45b commit 15d34da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/ReachySimulator/Scripts/ReachyController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ public class ReachyController : MonoBehaviour
9797
private Dictionary<string, Fan> name2fan;
9898
private string leftEyeFrame, rightEyeFrame;
9999

100-
const int resWidth = 320;
101-
const int resHeight = 240;
100+
const int resWidth = 960;
101+
const int resHeight = 720;
102102

103103
Texture2D texture;
104104

0 commit comments

Comments
 (0)