From 32f76f397d5d6b2265562802345259c5b5819436 Mon Sep 17 00:00:00 2001 From: Fisch Date: Thu, 27 Dec 2018 15:18:00 +0100 Subject: [PATCH] fix opengl for spout --- lichtschranke/speedshow/speedshow.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lichtschranke/speedshow/speedshow.pde b/lichtschranke/speedshow/speedshow.pde index df43335..dec8d8c 100644 --- a/lichtschranke/speedshow/speedshow.pde +++ b/lichtschranke/speedshow/speedshow.pde @@ -36,10 +36,10 @@ int unitdisplay_count=9; //how much different units available int xtextstart=10; void setup() { - size(800, 600); + size(800, 600, P3D); frameRate(30); - fontregular=createFont("Montserrat-Regular.ttf",32); + fontregular=createFont("Montserrat-Regular.ttf",64); textFont(fontregular); image_line= loadImage("bleeptrackline.png");