MikaFil commited on
Commit
e8f6c86
·
verified ·
1 Parent(s): 31880b9

Update sogs/config_appart.json

Browse files
Files changed (1) hide show
  1. 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
- "canvas_background": "#F2FEFF",
6
- "aspect": "16:9",
7
-
8
- "modelX": 0,
9
- "modelY": 0,
10
- "modelZ": 0,
11
- "modelScale": 1,
12
- "modelRotationX":0,
13
- "modelRotationY": 0,
14
- "modelRotationZ": 180,
15
-
16
- "cameraX": 1,
17
- "cameraY": 1,
18
- "cameraZ": -0.4,
19
-
20
- "cameraXPhone": 0,
21
- "cameraYPhone": 1,
22
- "cameraZPhone": -1.35,
23
-
24
- "minZoom": 0,
25
- "maxZoom": 1,
26
- "minPivotY": -2.5,
27
- "minAngle": -200000,
28
- "maxAngle": 200000,
29
- "minAzimuth": -2000000,
30
- "maxAzimuth": 2000000,
31
-
32
- "minY": -2.1
 
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
  }