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