Spaces:
Running
Running
miya
commited on
Commit
·
d9ee35a
1
Parent(s):
995eb55
Modification of README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,18 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# Overview
|
12 |
+
This program draws a colorful Archimedean spiral (r = a * θ) in 3D.
|
13 |
+
The value of the z-axis of the spiral is calculated by the formula z = b * θ, where b is a parameter that can be adjusted from the UI.
|
14 |
+
Various parameters related to the shape and drawing of the spiral can be adjusted from the control panel on the left.
|
15 |
+
|
16 |
+
# Operation
|
17 |
+
* Mouse drag to change the viewpoint in the 3D space.
|
18 |
+
* Zoom in and out with the mouse wheel.
|
19 |
+
|
20 |
+
# LLM used
|
21 |
+
gemini-2.5-pro-preview-03-25 was used to generate this script.
|
22 |
+
|
23 |
+
# Related URL
|
24 |
+
* [Archimedean_spiral | Wikipedia](https://en.wikipedia.org/wiki/Archimedean_spiral)
|
25 |
+
* [gemini-2.5-pro-preview-03-25 | Google](https://ai.google.dev/gemini-api/docs/models?hl=ja#gemini-2.5-pro-preview-03-25)
|