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