MikaFil commited on
Commit
c6284a1
·
verified ·
1 Parent(s): 695561f

Create config_baleine.json

Browse files
Files changed (1) hide show
  1. sogs/config_baleine.json +33 -0
sogs/config_baleine.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/main/exemples/baleine/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/espace_exposition_reposoir.glb",
5
+ "canvas_background": "#F2FEFF",
6
+ "aspect": "16:9",
7
+
8
+ "modelX": -0.01,
9
+ "modelY": 0.023,
10
+ "modelZ": -0.02,
11
+ "modelScale": 0.3,
12
+ "modelRotationX": 0,
13
+ "modelRotationY": 180,
14
+ "modelRotationZ": 0,
15
+
16
+ "cameraX": 0.3,
17
+ "cameraY": 0.1,
18
+ "cameraZ": 0.3,
19
+
20
+ "cameraXPhone": 0.3,
21
+ "cameraYPhone": 0.1,
22
+ "cameraZPhone": 0.3,
23
+
24
+ "minZoom": 0.15,
25
+ "maxZoom": 2,
26
+ "minPivotY": 1.5,
27
+ "minAngle": -90,
28
+ "maxAngle": 10,
29
+ "minAzimuth": -360,
30
+ "maxAzimuth": 360,
31
+
32
+ "minY": -0.1
33
+ }