Spaces:
Running
Running
Update json/points.json
Browse files- json/points.json +11 -13
json/points.json
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"x":
|
| 4 |
-
"y": 0.
|
| 5 |
-
"z": 0.
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"img": "https://bilca-interace-viewer-separes.static.hf.space/assets/crayon_red.jpg"
|
| 9 |
},
|
| 10 |
{
|
| 11 |
-
"x": 0.
|
| 12 |
-
"y": 0.
|
| 13 |
-
"z":
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"img": "https://bilca-interace-viewer-separes.static.hf.space/assets/crayon_blue.jpg"
|
| 17 |
}
|
| 18 |
-
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"x": 0.2,
|
| 4 |
+
"y": 0.1,
|
| 5 |
+
"z": 0.0,
|
| 6 |
+
"text": "Ceci est le premier hotspot. Il montre un détail intéressant.",
|
| 7 |
+
"imageUrl": "https://bilca-interace-viewer-separes.static.hf.space/images/detail1.png"
|
|
|
|
| 8 |
},
|
| 9 |
{
|
| 10 |
+
"x": -0.15,
|
| 11 |
+
"y": 0.05,
|
| 12 |
+
"z": 0.1,
|
| 13 |
+
"text": "Deuxième point d'information, avec une autre image.",
|
| 14 |
+
"imageUrl": "https://bilca-interace-viewer-separes.static.hf.space/images/detail2.jpg"
|
|
|
|
| 15 |
}
|
| 16 |
+
]
|