MikaFil commited on
Commit
5f317a9
·
verified ·
1 Parent(s): 357badd

Create config_plantes.json

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