Spaces:
Running
Running
Create config_maillol_2.json
Browse files
test_config/config_maillol_2.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gif_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/miniatures/maillol_2.png",
|
| 3 |
+
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/maillol_2_v02.ply",
|
| 4 |
+
"minZoom": 1,
|
| 5 |
+
"maxZoom": 20,
|
| 6 |
+
"minAngle": -45,
|
| 7 |
+
"maxAngle": 90,
|
| 8 |
+
"initAlpha":-2,
|
| 9 |
+
"initBeta":0.2,
|
| 10 |
+
"initRadius":10,
|
| 11 |
+
"initAlphaPhone":-2,
|
| 12 |
+
"initBetaPhone":0.1,
|
| 13 |
+
"initRadiusPhone":20,
|
| 14 |
+
"aspect": "16:9"
|
| 15 |
+
}
|