Create config_baleine.json
Browse files- baleine/config_baleine.json +34 -0
baleine/config_baleine.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/baleine/baleine.ply",
|
| 3 |
+
"css_url": "https://bilca-interace-viewer-separes.static.hf.space/style.css",
|
| 4 |
+
"glb_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/galeries/boite_crayon_2.glb",
|
| 5 |
+
|
| 6 |
+
"canvas_background": "#FFFFFF",
|
| 7 |
+
"aspect": "16:9",
|
| 8 |
+
|
| 9 |
+
"modelX": -0.025,
|
| 10 |
+
"modelY": 0.015,
|
| 11 |
+
"modelZ": 0,
|
| 12 |
+
"modelScale": 1.1,
|
| 13 |
+
"modelRotationX": 179,
|
| 14 |
+
"modelRotationY": 5,
|
| 15 |
+
"modelRotationZ": -4,
|
| 16 |
+
|
| 17 |
+
"cameraX": -1,
|
| 18 |
+
"cameraY": 0.5,
|
| 19 |
+
"cameraZ": 0.35,
|
| 20 |
+
|
| 21 |
+
"cameraXPhone": 0,
|
| 22 |
+
"cameraYPhone": 1,
|
| 23 |
+
"cameraZPhone": 1.35,
|
| 24 |
+
|
| 25 |
+
"minZoom": 0.5,
|
| 26 |
+
"maxZoom": 3,
|
| 27 |
+
"minPivotY": 2.5,
|
| 28 |
+
"minAngle": -90,
|
| 29 |
+
"maxAngle": 45,
|
| 30 |
+
"minAzimuth": -360,
|
| 31 |
+
"maxAzimuth": 360,
|
| 32 |
+
|
| 33 |
+
"minY": 0.1
|
| 34 |
+
}
|