We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c02b5c commit 039eb1bCopy full SHA for 039eb1b
src/strands/p5.strands.js
@@ -329,7 +329,7 @@ if (typeof p5 !== "undefined") {
329
*
330
* function setup() {
331
* createCanvas(300, 200, WEBGL);
332
- * fadeShader = baseFilterShader().modify(fadeCallback);
+ * fadeShader = buildFilterShader(fadeCallback);
333
* }
334
335
* function draw() {
@@ -356,7 +356,7 @@ if (typeof p5 !== "undefined") {
356
357
358
359
- * animatedShader = baseFilterShader().modify(animatedFadeCallback);
+ * animatedShader = buildFilterShader(animatedFadeCallback);
360
361
362
0 commit comments