MikaFil commited on
Commit
3d0983c
·
verified ·
1 Parent(s): 702948c

Create config_appart.json

Browse files
Files changed (1) hide show
  1. sogs/config_appart.json +36 -0
sogs/config_appart.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "tooltips_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/main/exemples/baleine/tooltips.json",
6
+ "showTooltipsDefault": true,
7
+
8
+ "canvas_background": "#F2FEFF",
9
+ "aspect": "16:9",
10
+
11
+ "modelX": 0,
12
+ "modelY": 0.025,
13
+ "modelZ": 0,
14
+ "modelScale": 1,
15
+ "modelRotationX":0,
16
+ "modelRotationY": 0,
17
+ "modelRotationZ": 0,
18
+
19
+ "cameraX": 1,
20
+ "cameraY": 1,
21
+ "cameraZ": -0.4,
22
+
23
+ "cameraXPhone": 0,
24
+ "cameraYPhone": 1,
25
+ "cameraZPhone": -1.35,
26
+
27
+ "minZoom": 0.5,
28
+ "maxZoom": 3,
29
+ "minPivotY": 2.5,
30
+ "minAngle": -90,
31
+ "maxAngle": -10,
32
+ "minAzimuth": -2000000,
33
+ "maxAzimuth": 2000000,
34
+
35
+ "minY": 0.1
36
+ }