MikaFil commited on
Commit
60abd31
·
verified ·
1 Parent(s): fd77f09

config_files

Browse files
config_files/exemples/broche/broche_config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "sog_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/sog/broche/bijoux.sog",
3
- "css_url": "https://mikafil-sog-viewer.static.hf.space/style/default/style.css",
4
-
5
- "tooltips_url": "https://huggingface.co/spaces/MikaFil/Sog_Viewer/resolve/main/config_files/exemples/broche/tooltips_broche.json",
6
- "showTooltipsDefault": true,
7
-
8
- "canvas_background": "#000000",
9
- "aspect": "16:9",
10
-
11
- "modelX": 0,
12
- "modelY": 1,
13
- "modelZ": 0,
14
- "modelScale": 1,
15
- "modelRotationX": 180,
16
- "modelRotationY": 0,
17
- "modelRotationZ": 0,
18
-
19
- "cameraX": 0,
20
- "cameraY": 2,
21
- "cameraZ": 2,
22
-
23
- "cameraXPhone": 0,
24
- "cameraYPhone": 1,
25
- "cameraZPhone": 1.7,
26
-
27
- "minZoom": 0.5,
28
- "maxZoom": 2,
29
- "minPivotY": 2.5,
30
- "minAngle": -45,
31
- "maxAngle": 45,
32
- "minAzimuth": -2000000,
33
- "maxAzimuth": 2000000,
34
-
35
- "minY": 0.1
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config_files/exemples/broche/tooltips_broche.json DELETED
@@ -1,12 +0,0 @@
1
- [
2
- {
3
- "x": 0.08,
4
- "y": 1.2,
5
- "z": 0.08,
6
- "title": "Broche",
7
- "description": "Broche made in Japan en stras et en perle",
8
- "imgUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/%C3%89glise_Saint-Christophe-de-Javel.jpg/960px-%C3%89glise_Saint-Christophe-de-Javel.jpg",
9
- "linkUrl": "https://www.ysl.com/fr-fr/pr/broche-cassandre-crocodile-en-metal-470371Y15008030.html",
10
- "linkText": "Acheter"
11
- }
12
- ]