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,11 +1,15 @@
{
"f": [9, 7, 5, 7],
"p": [0, 0, 0, 0],
"steps": 1000,
"delta": 0.017453292,
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0,
"line_width": 1.0
"knots": [
{
"f": [9, 7, 5, 7],
"p": [0, 0, 0, 0],
"steps": 1000,
"delta": 0.017453292,
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0,
"line_width": 1.0
}
]
}