@@ -59,18 +59,7 @@ springSketch = startSketchOn(XZ)
59
59
```
60
60
61
61
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 )
74
63
75
64
``` kcl
76
65
// Create a helix around an edge.
@@ -95,18 +84,7 @@ springSketch = startSketchOn(XZ)
95
84
```
96
85
97
86
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 )
110
88
111
89
``` kcl
112
90
// Create a helix around a custom axis.
@@ -130,18 +108,7 @@ springSketch = startSketchOn(XZ)
130
108
```
131
109
132
110
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 )
145
112
146
113
``` kcl
147
114
// Create a helix on a cylinder.
@@ -161,17 +128,6 @@ helix(
161
128
```
162
129
163
130
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 )
176
132
177
133
0 commit comments