mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
tracing
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user