Spaces:
Running
Running
Update json_config/template/template_config.json
Browse files
json_config/template/template_config.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"gif_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/miniatures/maillol_3.png",
|
| 3 |
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Brins_high_detail_clean_2.ply",
|
|
|
|
|
|
|
| 4 |
"minZoom": 1,
|
| 5 |
"maxZoom": 20,
|
| 6 |
"minAngle": -45,
|
| 7 |
"maxAngle": 90,
|
| 8 |
-
"initAlpha"
|
| 9 |
-
"initBeta":0.2,
|
| 10 |
-
"initRadius":7,
|
| 11 |
-
"initAlphaPhone"
|
| 12 |
-
"initBetaPhone":0.1,
|
| 13 |
-
"initRadiusPhone":14,
|
| 14 |
-
"aspect": "
|
| 15 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"gif_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/miniatures/maillol_3.png",
|
| 3 |
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Brins_high_detail_clean_2.ply",
|
| 4 |
+
"css_url": "https://huggingface.co/spaces/bilca/module_de_visualisation/resolve/main/style/style_template.css",
|
| 5 |
+
"canvas_background": "#FEFE00",
|
| 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": "4:3"
|
| 17 |
}
|