audio-vis/raw/gui/sphere.json

135 lines
1.9 KiB
JSON

[
{
"group": "rotation",
"name": [
"X",
"Y",
"Z"
],
"props": [
0,
1,
2
],
"type": "slider",
"max": 360,
"min": 0
},
{
"group": "rotation",
"name": [
"X-Inc",
"Y-Inc",
"Z-Inc"
],
"props": [
0,
1,
2
],
"type": "slider",
"max": 1,
"min": 0,
"stepSize": 0.01
},
{
"group": "rotation",
"name": "by-Beat",
"type": "checkbox",
"value": true,
"tooltip": "Rotate the Sphere based by Beat <br> Low-Freq = Y, Mid-Freq = Z, High-Freq = X"
},
{
"group": "color",
"name": [
"R",
"G",
"B"
],
"props": [
"r",
"g",
"b"
],
"type": "slider",
"max": 255,
"min": 0,
"value": 255
},
{
"group": "light",
"name": [
"X",
"Y",
"Z"
],
"props": [
0,
1,
2
],
"type": "slider",
"max": 1,
"min": -1,
"value": 0,
"stepSize": 0.1
},
{
"group": "light",
"name": "Light",
"type": "slider",
"max": 1,
"min": 0,
"stepSize": 0.05
},
{
"group": "color",
"name": "by-Beat",
"type": "checkbox",
"value": true,
"tooltip": "Draw The Color Strength based on the Low-Freq"
},
{
"group": "draw",
"name": "DrawMode",
"type": "slider",
"max": 6,
"min": 0
},
{
"group": "draw",
"name": "Form",
"type": "slider",
"max": 4,
"min": 0
},
{
"group": "draw",
"name": "Radius",
"type": "slider",
"max": 1500,
"min": 20
},
{
"group": "draw",
"name": "Total",
"type": "slider",
"max": 200,
"min": 20
},
{
"group": "draw",
"name": "PointSize",
"type": "slider",
"max": 10,
"min": 1,
"stepSize": 0.2
},
{
"group": "draw",
"name": "Dirty",
"type": "checkbox",
"value": false,
"tooltip": "Full Draw or with less Points"
}
]