Skip to content

Commit 7f802dd

Browse files
committed
vector array working again in web viewer
1 parent 14ae14b commit 7f802dd

File tree

8 files changed

+463
-252
lines changed

8 files changed

+463
-252
lines changed

examples/disco/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func main() {
157157

158158
cushionInset := &generator.ParameterNode[float64]{
159159
Name: "Cushion/Inset",
160-
DefaultValue: .1,
160+
DefaultValue: .05,
161161
}
162162

163163
tableHeight := &generator.ParameterNode[float64]{
@@ -174,7 +174,7 @@ func main() {
174174

175175
cushionThickness := &generator.ParameterNode[float64]{
176176
Name: "Cushion/Thickness",
177-
DefaultValue: .2,
177+
DefaultValue: .1,
178178
}
179179

180180
cushion := meshops.TranslateAttribute3DNode{
@@ -320,7 +320,7 @@ func main() {
320320
},
321321
Columns: &generator.ParameterNode[int]{
322322
Name: "Ball/Columns",
323-
DefaultValue: 14,
323+
DefaultValue: 24,
324324
},
325325
Color: &generator.ParameterNode[coloring.WebColor]{
326326
Name: "Ball/Color",

0 commit comments

Comments
 (0)