bilca commited on
Commit
fa5837c
·
verified ·
1 Parent(s): 67e4ea6

Update json_config/site_bilca/maillol_3.json

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