1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 03:59:58 +02:00
This commit is contained in:
Pomax
2020-08-27 21:46:01 -07:00
parent 17d71c7d70
commit 4e34774afb
23 changed files with 278 additions and 215 deletions

View File

@@ -3,8 +3,9 @@ let q, c;
setup() {
q = new Bezier(this, 60,55, 125,160, 365,165);
c = new Bezier(this, 385,165, 645,165, 645,70, 750,165);
setSlider(`.slide-control`, `position`, 0);
if (this.parameters.omni) {
setSlider(`.slide-control`, `position`, 0);
}
setMovable(q.points.concat(c.points));
}