@dcl/asset-packs 1.2.8 → 1.2.9-20231120133829.commit-1ceb920
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +30 -7
- package/catalog.json +91 -0
- package/dist/bin/index.js +30 -7
- package/dist/definitions.js +24 -2
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -39043,6 +39043,31 @@
|
|
|
39043
39043
|
"name": "Smart Items",
|
|
39044
39044
|
"thumbnail": "bafkreiblyoo32bfze67uvsf6znsxmlq5vxxfqrwrpbr4cxiw54vpqymgoq",
|
|
39045
39045
|
"assets": [
|
|
39046
|
+
{
|
|
39047
|
+
"id": "1b0ea1b1-9672-4853-8aa1-5405473747d9",
|
|
39048
|
+
"name": "Audio Stream",
|
|
39049
|
+
"category": "utils",
|
|
39050
|
+
"tags": [
|
|
39051
|
+
"audio",
|
|
39052
|
+
"stream"
|
|
39053
|
+
],
|
|
39054
|
+
"components": {
|
|
39055
|
+
"core::GltfContainer": {
|
|
39056
|
+
"src": "{assetPath}/radio.glb"
|
|
39057
|
+
},
|
|
39058
|
+
"core::VisibilityComponent": {
|
|
39059
|
+
"visible": false
|
|
39060
|
+
},
|
|
39061
|
+
"core::AudioStream": {
|
|
39062
|
+
"url": "",
|
|
39063
|
+
"playing": true
|
|
39064
|
+
}
|
|
39065
|
+
},
|
|
39066
|
+
"contents": {
|
|
39067
|
+
"radio.glb": "bafkreibivlqfdaoezxqnb4e2wjt7ijyzlkdslcbusy4mec6gijgun7hgoe",
|
|
39068
|
+
"thumbnail.png": "bafkreif3issfo6ci2wg2lxzursvq4qdvaevusau4oho3xeypee75h75mdu"
|
|
39069
|
+
}
|
|
39070
|
+
},
|
|
39046
39071
|
{
|
|
39047
39072
|
"id": "2e1c4446-c99a-4698-9e13-819d232ca849",
|
|
39048
39073
|
"name": "Black Button",
|
|
@@ -41808,6 +41833,29 @@
|
|
|
41808
41833
|
"thumbnail.png": "bafkreigown6dlphnqfelkuzdyngjik2qmf5rzuskgnah34rytnrpwwwvv4"
|
|
41809
41834
|
}
|
|
41810
41835
|
},
|
|
41836
|
+
{
|
|
41837
|
+
"id": "dbffd66a-8c1f-4b34-bed4-c71ab5cb4024",
|
|
41838
|
+
"name": "NFT",
|
|
41839
|
+
"category": "utils",
|
|
41840
|
+
"tags": [
|
|
41841
|
+
"nft"
|
|
41842
|
+
],
|
|
41843
|
+
"components": {
|
|
41844
|
+
"core::GltfContainer": {
|
|
41845
|
+
"src": "{assetPath}/nft.glb"
|
|
41846
|
+
},
|
|
41847
|
+
"core::NftShape": {
|
|
41848
|
+
"urn": ""
|
|
41849
|
+
},
|
|
41850
|
+
"core::VisibilityComponent": {
|
|
41851
|
+
"visible": false
|
|
41852
|
+
}
|
|
41853
|
+
},
|
|
41854
|
+
"contents": {
|
|
41855
|
+
"nft.glb": "bafkreiapycsxofqqqdec5mffx5u5tgkh2np2sosapibhxc2ivbc4usla3u",
|
|
41856
|
+
"thumbnail.png": "bafkreiecz33hpwlfr4zttrvdetklfmhgzpm6xnxn4wg4aubbhtzy4kh4we"
|
|
41857
|
+
}
|
|
41858
|
+
},
|
|
41811
41859
|
{
|
|
41812
41860
|
"id": "ce058a68-1635-472c-b4b5-4bc9f4b4277f",
|
|
41813
41861
|
"name": "Old Wooden Door",
|
|
@@ -46242,6 +46290,49 @@
|
|
|
46242
46290
|
"vertical_yellow_pad.glb": "bafkreib4jm6adbye2ymd3tlwlzsl7o5rsm37jxfelifzve3ztnvg6ufzhe"
|
|
46243
46291
|
}
|
|
46244
46292
|
},
|
|
46293
|
+
{
|
|
46294
|
+
"id": "dc5ec17b-aa1a-4bd0-bace-7d615d9bdc70",
|
|
46295
|
+
"name": "Video Player",
|
|
46296
|
+
"category": "utils",
|
|
46297
|
+
"tags": [
|
|
46298
|
+
"video"
|
|
46299
|
+
],
|
|
46300
|
+
"components": {
|
|
46301
|
+
"core::VideoPlayer": {
|
|
46302
|
+
"src": "",
|
|
46303
|
+
"playing": true
|
|
46304
|
+
},
|
|
46305
|
+
"core::MeshRenderer": {
|
|
46306
|
+
"mesh": {
|
|
46307
|
+
"$case": "plane",
|
|
46308
|
+
"plane": {
|
|
46309
|
+
"uvs": []
|
|
46310
|
+
}
|
|
46311
|
+
}
|
|
46312
|
+
},
|
|
46313
|
+
"core::Material": {
|
|
46314
|
+
"material": {
|
|
46315
|
+
"$case": "pbr",
|
|
46316
|
+
"pbr": {
|
|
46317
|
+
"texture": {
|
|
46318
|
+
"tex": {
|
|
46319
|
+
"$case": "videoTexture",
|
|
46320
|
+
"videoTexture": {
|
|
46321
|
+
"videoPlayerEntity": 0
|
|
46322
|
+
}
|
|
46323
|
+
}
|
|
46324
|
+
},
|
|
46325
|
+
"roughness": 1,
|
|
46326
|
+
"specularIntensity": 0,
|
|
46327
|
+
"metallic": 0
|
|
46328
|
+
}
|
|
46329
|
+
}
|
|
46330
|
+
}
|
|
46331
|
+
},
|
|
46332
|
+
"contents": {
|
|
46333
|
+
"thumbnail.png": "bafkreia2y4mxdubakbafwsm5mdpa3ehtuvemumjdeqkfjmj6sskjay2or4"
|
|
46334
|
+
}
|
|
46335
|
+
},
|
|
46245
46336
|
{
|
|
46246
46337
|
"id": "ed36149f-76c5-45c4-a678-d4b31c4ed9ca",
|
|
46247
46338
|
"name": "Wooden Door",
|