MikaFil commited on
Commit
89cd0bd
·
verified ·
1 Parent(s): ae4e73b

Create config.json

Browse files
Files changed (1) hide show
  1. sogs/config.json +33 -0
sogs/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sogs_json_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/ply/boite_crayons/sogs/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": 1,
12
+ "modelRotationX": 180,
13
+ "modelRotationY": 180,
14
+ "modelRotationZ": 0.5,
15
+
16
+ "cameraX": 0.3,
17
+ "cameraY": 0.1,
18
+ "cameraZ": 0.3,
19
+
20
+ "cameraXPhone": 0,
21
+ "cameraYPhone": 1,
22
+ "cameraZPhone": -1.35,
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
+ }