Skip to content

Commit 3e97e90

Browse files
Update KCL docs (#637)
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea46c9a commit 3e97e90

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

content/pages/docs/kcl-std/functions/std-helix.md

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,7 @@ springSketch = startSketchOn(XZ)
5959
```
6060

6161

62-
<model-viewer
63-
class="kcl-example"
64-
alt="Example showing a rendered KCL program that uses the function"
65-
src="/kcl-test-outputs/models/serial_test_example_fn_std-helix0_output.gltf"
66-
ar
67-
environment-image="/moon_1k.hdr"
68-
poster="/kcl-test-outputs/serial_test_example_fn_std-helix0.png"
69-
shadow-intensity="1"
70-
camera-controls
71-
touch-action="pan-y"
72-
>
73-
</model-viewer>
62+
![Rendered example of helix 0](/kcl-test-outputs/serial_test_example_fn_std-helix0.png)
7463

7564
```kcl
7665
// Create a helix around an edge.
@@ -95,18 +84,7 @@ springSketch = startSketchOn(XZ)
9584
```
9685

9786

98-
<model-viewer
99-
class="kcl-example"
100-
alt="Example showing a rendered KCL program that uses the function"
101-
src="/kcl-test-outputs/models/serial_test_example_fn_std-helix1_output.gltf"
102-
ar
103-
environment-image="/moon_1k.hdr"
104-
poster="/kcl-test-outputs/serial_test_example_fn_std-helix1.png"
105-
shadow-intensity="1"
106-
camera-controls
107-
touch-action="pan-y"
108-
>
109-
</model-viewer>
87+
![Rendered example of helix 1](/kcl-test-outputs/serial_test_example_fn_std-helix1.png)
11088

11189
```kcl
11290
// Create a helix around a custom axis.
@@ -130,18 +108,7 @@ springSketch = startSketchOn(XZ)
130108
```
131109

132110

133-
<model-viewer
134-
class="kcl-example"
135-
alt="Example showing a rendered KCL program that uses the function"
136-
src="/kcl-test-outputs/models/serial_test_example_fn_std-helix2_output.gltf"
137-
ar
138-
environment-image="/moon_1k.hdr"
139-
poster="/kcl-test-outputs/serial_test_example_fn_std-helix2.png"
140-
shadow-intensity="1"
141-
camera-controls
142-
touch-action="pan-y"
143-
>
144-
</model-viewer>
111+
![Rendered example of helix 2](/kcl-test-outputs/serial_test_example_fn_std-helix2.png)
145112

146113
```kcl
147114
// Create a helix on a cylinder.
@@ -161,17 +128,6 @@ helix(
161128
```
162129

163130

164-
<model-viewer
165-
class="kcl-example"
166-
alt="Example showing a rendered KCL program that uses the function"
167-
src="/kcl-test-outputs/models/serial_test_example_fn_std-helix3_output.gltf"
168-
ar
169-
environment-image="/moon_1k.hdr"
170-
poster="/kcl-test-outputs/serial_test_example_fn_std-helix3.png"
171-
shadow-intensity="1"
172-
camera-controls
173-
touch-action="pan-y"
174-
>
175-
</model-viewer>
131+
![Rendered example of helix 3](/kcl-test-outputs/serial_test_example_fn_std-helix3.png)
176132

177133

0 commit comments

Comments
 (0)