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: ??
1日のインストール数
0
累計インストール数
3
評価
0 0 0
バージョン
1.0
作成日
2024/02/18
更新日
2024/02/18
大きさ
3.72KB
ライセンス
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.