Browse Source

Content added, links removed from JSON, new JSON file

master
Cailean Finn 2 weeks ago
parent
commit
97e35e0681
  1. 5
      js/ItemManager.js
  2. BIN
      public/images/reddit_ChangeOS/reddit_ChangeOS_0.png
  3. BIN
      public/images/reddit_ChangeOS/reddit_ChangeOS_1.png
  4. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_0.png
  5. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_1.png
  6. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_2.png
  7. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_3.png
  8. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_4.png
  9. BIN
      public/images/reddit_Dataconcerns/reddit_Dataconcerns_5.png
  10. BIN
      public/images/reddit_Sensordata/Reddit_RawSensorData.png
  11. 97
      public/json/ItemsNew.json
  12. 1
      public/texts/XR_FLOSS_Init.md

5
js/ItemManager.js

@ -121,11 +121,6 @@ export class ItemManager {
newItem.id = itemDef.id;
newItem.groupId = parentGroup.name;
// Set links
if (itemDef.links) {
newItem.links = itemDef.links;
}
// Item is already loaded from world glb, but this func creates collider etc.
await newItem.loadModel();
newItem.show();

BIN
public/images/reddit_ChangeOS/reddit_ChangeOS_0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
public/images/reddit_ChangeOS/reddit_ChangeOS_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

BIN
public/images/reddit_Dataconcerns/reddit_Dataconcerns_5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
public/images/reddit_Sensordata/Reddit_RawSensorData.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

97
public/json/ItemsNew.json

@ -0,0 +1,97 @@
{
"items": [
{
"id": 0,
"groupId": "reddit_Sensordata",
"name": "Reddit_RawSensorData",
"contentType": "image",
"file": "./images/reddit_Sensordata/Reddit_RawSensorData.png",
"links": []
},
{
"id": 1,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_0",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 2,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_1",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 3,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_2",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 4,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_3",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 5,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_4",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 6,
"groupId": "reddit_Dataconcerns",
"name": "reddit_Dataconcerns_5",
"contentType": "image",
"file": "./images/reddit_Dataconcerns.png",
"links": []
},
{
"id": 7,
"groupId": "reddit_ChangeOS",
"name": "reddit_ChangeOS_0",
"contentType": "image",
"file": "./images/reddit_Change_OS.png",
"links": []
},
{
"id": 8,
"groupId": "reddit_ChangeOS",
"name": "reddit_ChangeOS_1",
"contentType": "image",
"file": "./images/reddit_Change_OS.png",
"links": []
},
{
"id": 9,
"groupId": "XR_FLOSS_Init",
"name": "XR_FLOSS_Init",
"contentType": "text",
"file": "./text/XR_FLOSS_Init.md",
"links": []
},
{
"id": 10,
"groupId": "Quest3_root_demo",
"name": "Quest3_root_demo.mov",
"contentType": "video",
"file": "./videos/Quest3_root_demo.mov",
"links": []
}
],
"groupLinks": [
["Quest3_root_demo", "reddit_ChangeOS"],
["reddit_Dataconcerns", "reddit_Sensordata"]
]
}

1
public/texts/XR_FLOSS_Init.md

@ -0,0 +1 @@
What if everyone who had a VR headset and a laptop was able to
Loading…
Cancel
Save