bilca commited on
Commit
0db650c
·
verified ·
1 Parent(s): 88c1561

Update json/config.json

Browse files
Files changed (1) hide show
  1. json/config.json +14 -10
json/config.json CHANGED
@@ -2,31 +2,35 @@
2
  "ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/boite_crayon_7.ply",
3
  "css_url": "https://bilca-interace-viewer-separes.static.hf.space/style.css",
4
  "glb_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/galeries/boite_crayon_2.glb",
5
-
 
 
 
 
6
  "points_url": "https://bilca-interace-viewer-separes.static.hf.space/json/points.json",
7
  "showPointsDefault": true,
8
  "hotspotColor": "#00FF00",
9
  "hotspotScale": 0.08,
10
-
11
  "canvas_background": "#FFFFFF",
12
  "aspect": "16:9",
13
 
14
  "modelX": -0.025,
15
  "modelY": 0.015,
16
  "modelZ": 0,
17
- "modelScale":1.1,
18
  "modelRotationX": 179,
19
  "modelRotationY": 5,
20
  "modelRotationZ": -4,
21
-
22
- "cameraX": 1,
23
  "cameraY": 0.5,
24
- "cameraZ": -0.35,
25
-
26
  "cameraXPhone": 0,
27
  "cameraYPhone": 1,
28
  "cameraZPhone": 1.35,
29
-
30
  "minZoom": 0.5,
31
  "maxZoom": 3,
32
  "minPivotY": 2.5,
@@ -34,6 +38,6 @@
34
  "maxAngle": 45,
35
  "minAzimuth": -360,
36
  "maxAzimuth": 360,
37
-
38
  "minY": 0.1
39
- }
 
2
  "ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/boite_crayon_7.ply",
3
  "css_url": "https://bilca-interace-viewer-separes.static.hf.space/style.css",
4
  "glb_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/galeries/boite_crayon_2.glb",
5
+
6
+ "points_url": "https://bilca-interace-viewer-separes.static.hf.space/json/points.json",
7
+ "showPointsDefault": true,
8
+ "pointMoveDuration": 0.6,
9
+
10
  "points_url": "https://bilca-interace-viewer-separes.static.hf.space/json/points.json",
11
  "showPointsDefault": true,
12
  "hotspotColor": "#00FF00",
13
  "hotspotScale": 0.08,
14
+
15
  "canvas_background": "#FFFFFF",
16
  "aspect": "16:9",
17
 
18
  "modelX": -0.025,
19
  "modelY": 0.015,
20
  "modelZ": 0,
21
+ "modelScale": 1.1,
22
  "modelRotationX": 179,
23
  "modelRotationY": 5,
24
  "modelRotationZ": -4,
25
+
26
+ "cameraX": -1,
27
  "cameraY": 0.5,
28
+ "cameraZ": 0.35,
29
+
30
  "cameraXPhone": 0,
31
  "cameraYPhone": 1,
32
  "cameraZPhone": 1.35,
33
+
34
  "minZoom": 0.5,
35
  "maxZoom": 3,
36
  "minPivotY": 2.5,
 
38
  "maxAngle": 45,
39
  "minAzimuth": -360,
40
  "maxAzimuth": 360,
41
+
42
  "minY": 0.1
43
+ }