Spaces:
Running
Running
Create config_groovy_sog.json
Browse files- sogs/config_groovy_sog.json +33 -0
sogs/config_groovy_sog.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sog_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/sog/groovy_v01.sog",
|
| 3 |
+
"css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
|
| 4 |
+
|
| 5 |
+
"canvas_background": "#DFB49B",
|
| 6 |
+
"aspect": "4:3",
|
| 7 |
+
|
| 8 |
+
"modelX": 0,
|
| 9 |
+
"modelY": 0.1,
|
| 10 |
+
"modelZ": 0,
|
| 11 |
+
"modelScale": 0.5,
|
| 12 |
+
"modelRotationX": 180,
|
| 13 |
+
"modelRotationY": 0,
|
| 14 |
+
"modelRotationZ": 0,
|
| 15 |
+
|
| 16 |
+
"cameraX": 0.7,
|
| 17 |
+
"cameraY": 0.25,
|
| 18 |
+
"cameraZ": 0,
|
| 19 |
+
|
| 20 |
+
"cameraXPhone": 0.7,
|
| 21 |
+
"cameraYPhone": 0.25,
|
| 22 |
+
"cameraZPhone": 0,
|
| 23 |
+
|
| 24 |
+
"minZoom": 0.25,
|
| 25 |
+
"maxZoom": 2.5,
|
| 26 |
+
"minPivotY": 0.7,
|
| 27 |
+
"minAngle": -90,
|
| 28 |
+
"maxAngle": 10,
|
| 29 |
+
"minAzimuth": -900000,
|
| 30 |
+
"maxAzimuth": 900000,
|
| 31 |
+
|
| 32 |
+
"minY": 0.1
|
| 33 |
+
}
|