Config can now hold array of knots

This commit is contained in:
Bob Polis 2021-10-06 17:05:45 +02:00
parent 332e311de0
commit 4b88304b25

View File

@ -1,3 +1,5 @@
{
"knots": [
{ {
"f": [9, 7, 5, 7], "f": [9, 7, 5, 7],
"p": [0, 0, 0, 0], "p": [0, 0, 0, 0],
@ -9,3 +11,5 @@
"a": 1.0, "a": 1.0,
"line_width": 1.0 "line_width": 1.0
} }
]
}