bilca commited on
Commit
5b4f45c
·
verified ·
1 Parent(s): 815f10d

Update json_config/site_bilca/accueil.json

Browse files
Files changed (1) hide show
  1. json_config/site_bilca/accueil.json +28 -13
json_config/site_bilca/accueil.json CHANGED
@@ -1,16 +1,31 @@
1
- {
2
  "ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Statue_Long_ext_v03.ply",
3
  "css_url": "https://bilca-module-de-visualisation.static.hf.space/style/style_template.css",
4
- "canvas_background": "#FEFEFD",
5
- "minZoom": 2,
6
- "maxZoom": 10,
7
- "minAngle": -45,
8
- "maxAngle": 55,
9
- "initAlpha":-2,
10
- "initBeta":0.2,
11
- "initRadius":10,
12
- "initAlphaPhone":-2,
13
- "initBetaPhone":0.1,
14
- "initRadiusPhone":25,
15
- "aspect": "21:9"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
 
1
+ {
2
  "ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Statue_Long_ext_v03.ply",
3
  "css_url": "https://bilca-module-de-visualisation.static.hf.space/style/style_template.css",
4
+
5
+
6
+ "canvas_background": "#FFFFFF",
7
+ "aspect": "16:9",
8
+
9
+ "modelX": 0,
10
+ "modelY": 0,
11
+ "modelZ": 0,
12
+ "modelScale": 1.0,
13
+ "modelRotationX": 0,
14
+ "modelRotationY": 90,
15
+ "modelRotationZ": 0,
16
+
17
+ "cameraX": 0,
18
+ "cameraY": 2,
19
+ "cameraZ": 5,
20
+
21
+ "cameraXPhone": 0,
22
+ "cameraYPhone": 2.5,
23
+ "cameraZPhone": 7.5,
24
+
25
+ "minZoom": 1,
26
+ "maxZoom": 20,
27
+ "minAngle": -360,
28
+ "maxAngle": 360,
29
+ "minAzimuth": -90,
30
+ "maxAzimuth": 150
31
  }