bilca commited on
Commit
f148e5b
·
verified ·
1 Parent(s): 0c613e3

Update json/points.json

Browse files
Files changed (1) hide show
  1. json/points.json +11 -13
json/points.json CHANGED
@@ -1,18 +1,16 @@
1
  [
2
  {
3
- "x": -0.1,
4
- "y": 0.3,
5
- "z": 0.2,
6
- "title": "Crayon 1",
7
- "body": "This is a red crayon. It lies near the front-left corner of the model.",
8
- "img": "https://bilca-interace-viewer-separes.static.hf.space/assets/crayon_red.jpg"
9
  },
10
  {
11
- "x": 0.05,
12
- "y": 0.25,
13
- "z": -0.05,
14
- "title": "Crayon 2",
15
- "body": "This is a blue crayon. Located towards the bottom-right area.",
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
+ ]