bilca commited on
Commit
8db9964
·
verified ·
1 Parent(s): 66c7817

Create test_config/config.json

Browse files

fichier json pour configurer => plus clean que tout mettre dans le html + plus facile à modifier
a faire pour chaque galerie

Files changed (1) hide show
  1. test_config/config.json +15 -0
test_config/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gif_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/gif/red_cola/red_cola_preview.gif",
3
+ "ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Statue_Long_ext.ply",
4
+ "minZoom": 1.5,
5
+ "maxZoom": 5,
6
+ "minAngle": 0,
7
+ "maxAngle": 90,
8
+ "minX": -10,
9
+ "maxX": 10,
10
+ "minY": -1,
11
+ "maxY": 5,
12
+ "minZ": -20,
13
+ "maxZ": 20,
14
+ "aspect": ""
15
+ }