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.

ავტორი
Useless Things Series: ??
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
3
რეიტინგი
0 0 0
ვერსია
1.0
შექმნილია
18.02.2024
განახლებულია
18.02.2024
Size
3,72 KB
ლიცენზია
MIT
გამოყენებს მათ
ყველა საიტი

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.