Skip to content

Commit 151d745

Browse files
committed
added describe to example
1 parent 5690103 commit 151d745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/data/examples/en/20_3D/12_simple_feedback.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ function setup() {
1313
pg = createGraphics(710, 400, WEBGL);
1414
// this will hold the previous frame
1515
swap = createGraphics(710, 400, WEBGL);
16+
17+
describe(
18+
'a WebGL example that achieves a simple feedback effect, displaying a slowly moving, radiating white circle.'
19+
);
1620
}
1721

1822
function draw() {

0 commit comments

Comments
 (0)