Spaces:
Running
Running
Create information.json
Browse files
json_config/site_bilca/information.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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": "#FEFEFD",
|
| 5 |
+
"minZoom": 1,
|
| 6 |
+
"maxZoom": 20,
|
| 7 |
+
"minAngle": -45,
|
| 8 |
+
"maxAngle": 90,
|
| 9 |
+
"minAzimuth": -45,
|
| 10 |
+
"maxAzimuth": 45,
|
| 11 |
+
"initAlpha":-2,
|
| 12 |
+
"initBeta":0.2,
|
| 13 |
+
"initRadius":7,
|
| 14 |
+
"initAlphaPhone":-2,
|
| 15 |
+
"initBetaPhone":0.1,
|
| 16 |
+
"initRadiusPhone":20,
|
| 17 |
+
"aspect": "1:1"
|
| 18 |
+
}
|