Spaces:
Running
Running
Create config_statue.json
Browse files- sogs/config_statue.json +37 -0
sogs/config_statue.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/refs/heads/main/exemples/statue/meta.json",
|
| 3 |
+
"css_url": "https://mikafil-viewer-gs.static.hf.space/style/defaults/style.css",
|
| 4 |
+
"glb_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/sol_blanc.glb",
|
| 5 |
+
|
| 6 |
+
"tooltips_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/ply/sentai_maria/tooltips.json",
|
| 7 |
+
"showTooltipsDefault": true,
|
| 8 |
+
|
| 9 |
+
"canvas_background": "#F1FF0F",
|
| 10 |
+
"aspect": "9:16",
|
| 11 |
+
|
| 12 |
+
"modelX": 0,
|
| 13 |
+
"modelY": 0.725,
|
| 14 |
+
"modelZ": 0,
|
| 15 |
+
"modelScale": 1,
|
| 16 |
+
"modelRotationX": 180,
|
| 17 |
+
"modelRotationY": 20,
|
| 18 |
+
"modelRotationZ": 0,
|
| 19 |
+
|
| 20 |
+
"cameraX": 0,
|
| 21 |
+
"cameraY": 0.8,
|
| 22 |
+
"cameraZ": 1.7,
|
| 23 |
+
|
| 24 |
+
"cameraXPhone": 0,
|
| 25 |
+
"cameraYPhone": 1,
|
| 26 |
+
"cameraZPhone": 1.7,
|
| 27 |
+
|
| 28 |
+
"minZoom": 0.5,
|
| 29 |
+
"maxZoom": 3,
|
| 30 |
+
"minPivotY": 2.5,
|
| 31 |
+
"minAngle": -90,
|
| 32 |
+
"maxAngle": 20,
|
| 33 |
+
"minAzimuth": -2000000,
|
| 34 |
+
"maxAzimuth": 2000000,
|
| 35 |
+
|
| 36 |
+
"minY": 0.1
|
| 37 |
+
}
|