You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/webgl/material.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -684,14 +684,15 @@ function material(p5, fn) {
684
684
* }
685
685
* ```
686
686
*
687
-
* We can use the `noise()` function built into strands to generate a color for each pixel. Again we'll animate by setting an announced uniform variable - time - with `setUniform()` each frame.
687
+
* We can use the `noise()` function built into strands to generate a color for each pixel. (Again no need here for underlying content for the filter to operate on.) Again we'll animate by passing in an announced uniform variable `time` with `setUniform()`, each frame.
0 commit comments