mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 10:40:52 +02:00
no grid on lerp
This commit is contained in:
@@ -33,7 +33,7 @@ setup() {
|
||||
// and capturing the resulting Shape object that yields. We'll draw
|
||||
// those in the draw() function.
|
||||
this.shapes = this.interpolationFunctions.map(f => plot(f, 0, 1, degree*5) );
|
||||
|
||||
noGrid();
|
||||
setSlider(`.slide-control`, `position`, 0)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user