MikaFil commited on
Commit
8d47697
·
verified ·
1 Parent(s): fd0e187

Create config_2.json

Browse files
Files changed (1) hide show
  1. EARCARE/acs_pro/config_2.json +37 -0
EARCARE/acs_pro/config_2.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ply_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/ply/baleine/baleine.ply",
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
+ "tooltips_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/ply/baleine/tooltips.json",
7
+ "showTooltipsDefault": true,
8
+
9
+ "canvas_background": "#F1FF0F",
10
+ "aspect": "16:9",
11
+
12
+ "modelX": 0,
13
+ "modelY": 0.025,
14
+ "modelZ": 0,
15
+ "modelScale": 1,
16
+ "modelRotationX": 0,
17
+ "modelRotationY": 0,
18
+ "modelRotationZ": 0,
19
+
20
+ "cameraX": 1,
21
+ "cameraY": 1.5,
22
+ "cameraZ": -0.4,
23
+
24
+ "cameraXPhone": 0,
25
+ "cameraYPhone": 1,
26
+ "cameraZPhone": -1.35,
27
+
28
+ "minZoom": 0.5,
29
+ "maxZoom": 3,
30
+ "minPivotY": 2.5,
31
+ "minAngle": -90,
32
+ "maxAngle": -10,
33
+ "minAzimuth": -2000000,
34
+ "maxAzimuth": 2000000,
35
+
36
+ "minY": 0.1
37
+ }