Useless Things Series: Circle 3

A mini circle that is connected to form a circle with black and white alternating color. The circle with the same properties is called to create more circle.

Autore
Useless Things Series: ??
Installazioni giornaliere
0
Installazioni totali
3
Valutazione
0 0 0
Versione
1.0
Creato il
18/02/2024
Aggiornato il
18/02/2024
Dimensione
3,72 KB
Licenza
MIT
Applica a
Tutti i siti

Press 'k' to enable the circle, the circles all have different mini circles that form the circle, then the radius when the circle is formed, and the rotation.

Methods:
generateConcentricCircles(numCircles, circleRadius, smallCircleRadius, index):
Generates concentric circles based on the parameters provided.
Parameters:
numCircles: Number of circles forming the larger circle.
circleRadius: Radius of the larger circle.
smallCircleRadius: Radius of the smaller circles within the larger circle.
index: Index used for animation direction.
Returns: The generated circle overlay.

toggleCircleOverlay():
Toggles the visibility of the concentric circles.