Spaces:
Running
Running
Update sogs/config_appart.json
Browse files- sogs/config_appart.json +33 -32
sogs/config_appart.json
CHANGED
|
@@ -1,33 +1,34 @@
|
|
| 1 |
-
{
|
| 2 |
-
"sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/refs/heads/main/exemples/appartement/meta.json",
|
| 3 |
-
"css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
|
| 4 |
-
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
|
| 32 |
-
"
|
|
|
|
| 33 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/refs/heads/main/exemples/appartement/meta.json",
|
| 3 |
+
"css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
|
| 4 |
+
"canvas_background": "#F2FEFF",
|
| 5 |
+
"aspect": "16:9",
|
| 6 |
+
|
| 7 |
+
"modelX": 0,
|
| 8 |
+
"modelY": 0,
|
| 9 |
+
"modelZ": 0,
|
| 10 |
+
"modelScale": 1,
|
| 11 |
+
"modelRotationX":0,
|
| 12 |
+
"modelRotationY": 0,
|
| 13 |
+
"modelRotationZ": 180,
|
| 14 |
+
|
| 15 |
+
"cameraX": 1,
|
| 16 |
+
"cameraY": 1,
|
| 17 |
+
"cameraZ": -0.4,
|
| 18 |
+
|
| 19 |
+
"cameraXPhone": 0,
|
| 20 |
+
"cameraYPhone": 1,
|
| 21 |
+
"cameraZPhone": -1.35,
|
| 22 |
+
|
| 23 |
+
"minAngle": -200000,
|
| 24 |
+
"maxAngle": 200000,
|
| 25 |
+
"minAzimuth": -2000000,
|
| 26 |
+
"maxAzimuth": 2000000,
|
| 27 |
+
|
| 28 |
+
"Xmin": -2,
|
| 29 |
+
"Xmax":2,
|
| 30 |
+
"Ymin": -2,
|
| 31 |
+
"Ymax":2, "
|
| 32 |
+
Zmin": -2,
|
| 33 |
+
"Zmax":2
|
| 34 |
}
|