Skip to content

Commit 77ca663

Browse files
committed
changed the description of kaleidoscope
1 parent 63a8367 commit 77ca663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/en/10_Interaction/29_kaleidoscope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @name Kaleidoscope
33
* @arialabel User draws thick black lines on the grey background and it is mirrored 5 times in a circle like a kaleidoscope
4-
* @description A kaleidoscope is an optical instrument with two or more reflecting surfaces tilted to each other in an angle. This example tries to replicate the behavior of a kaleidoscope. Set the number of reflections at the symmetry variable and start drawing on the screen. Adjust the brush size with the help of the slider. The clear screen as it says clears the screen. The save button will download a .jpg file of the art that you have created.
4+
* @description A kaleidoscope is an optical instrument with two or more reflecting surfaces tilted to each other in an angle. This example tries to replicate the behavior of a kaleidoscope. Set the number of reflections at the symmetry variable and start drawing on the screen. Paste the below code in the <a href="https://editor.p5js.org/"> Editor </a> and click on the save button if you wish to download a .jpg file of the art that you have created.
55
*/
66
// Symmetry corresponding to the number of reflections. Change the number for different number of reflections
77
let symmetry = 6;

0 commit comments

Comments
 (0)