MikaFil commited on
Commit
626f25a
·
verified ·
1 Parent(s): 3f70b27

Create config_espace_expo.json

Browse files
sogs/galerie/buci/nina/oeuvre_1/config_espace_expo.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/main/galeries/buci/nina/oeuvre_1/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.glb",
5
+ "presentoir_url" :"https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/presentoir.glb",
6
+
7
+
8
+ "canvas_background": "#FFFFFF",
9
+ "aspect": "16:9",
10
+
11
+ "modelX": 0,
12
+ "modelY": 0,
13
+ "modelZ": 0,
14
+ "modelScale": 1,
15
+ "modelRotationX": 180,
16
+ "modelRotationY": 0,
17
+ "modelRotationZ": 0,
18
+
19
+ "presentoirScaleX": 1,
20
+ "presentoirScaleY": 1,
21
+ "presentoirScaleZ": 1,
22
+
23
+ "cameraX": 0,
24
+ "cameraY": 0.3,
25
+ "cameraZ": 1.5,
26
+
27
+ "cameraXPhone": 0,
28
+ "cameraYPhone": 0.3,
29
+ "cameraZPhone": 1.5,
30
+
31
+ "minZoom": 0.35,
32
+ "maxZoom": 3,
33
+ "minPivotY": 2.5,
34
+ "minAngle": -90,
35
+ "maxAngle": 20,
36
+ "minAzimuth": -90000,
37
+ "maxAzimuth": 90000,
38
+
39
+ "minY": -0.5
40
+ }