Spaces:
Running
Running
Create galerie_double_v/galerie_double_v.json
Browse files
json_config/galerie_double_v/galerie_double_v.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Chien_clean.ply",
|
3 |
+
"ply_url_hq": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Chien_HQ_clean.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": 14,
|
16 |
+
"aspect": "16:9"
|
17 |
+
}
|