From 02aa1fbd6e4caf284917c4dcb0be9f3ee6eef776 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 18 Aug 2023 16:12:50 +0100 Subject: better range for granularity --- lasertext/src/ofApp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lasertext/src/ofApp.h b/lasertext/src/ofApp.h index a1f00a8..b7e0454 100644 --- a/lasertext/src/ofApp.h +++ b/lasertext/src/ofApp.h @@ -21,7 +21,7 @@ priorities 2023 parameters changing on a cycle ie life, speed - overall + overall rate 2. make the text display take an override sentence @@ -79,8 +79,8 @@ public: agevar=v; gui.setup(name,"",_gx,_gy); - gui.add(x.set("x", _x, -4000.0f, 4000.0f)); - gui.add(y.set("y", _y, -4000.0f, 4000.0f)); + gui.add(x.set("x", _x, -3000.0f, 3000.0f)); + gui.add(y.set("y", _y, -3000.0f, 3000.0f)); gui.add(rate.set("rate", r, 0.01f, 3.0f)); gui.add(radius.set("radius", _rad, 10.0f, 500.0f)); gui.add(speed.set("speed", s, 0.0f, 10.0f)); -- cgit v1.2.3