bilca commited on
Commit
18aa50e
·
verified ·
1 Parent(s): f8672d0

Update json_config/app_hugging_face.json

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