diff --git a/assets/template/murial2D/datapackage.json b/assets/template/murial2D/datapackage.json index b19e619..5d061c1 100644 --- a/assets/template/murial2D/datapackage.json +++ b/assets/template/murial2D/datapackage.json @@ -1,15 +1,17 @@ { "$schema": "https://manyfold.app/profiles/0.0/datapackage.json", - "name": "murial-2d", - "title": "Murial 2D", + "name": "murial-2d-image", + "title": "Murial 2D image", "caption": "", - "description": "\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n\n \n\n", - "homepage": "http://localhost:3214/models/91plknnr4dnh", + "description": "\n\n\n\n\n\n\n\n\n \n \n\n \n \n \n \n\n\n \n\n", + "homepage": "http://localhost:3214/models/dc7l7rfscgb9", "image": "murial2D.jpg", "keywords": [ "xrfragments", "template", - "room3" + "room3", + "janusxr", + "mml" ], "licenses": [ { @@ -20,16 +22,23 @@ "resources": [ { "name": "murial2d", - "path": "murial2D.jpg", - "mediatype": "image/jpeg", + "path": "murial2D.glb", + "mediatype": "model/gltf", + "up": "+y", + "presupported": false + }, + { + "name": "murial2d_img0", + "path": "murial2D_img0.png", + "mediatype": "image/png", "up": "+z", "presupported": false }, { "name": "murial2d", - "path": "murial2D.glb", - "mediatype": "model/gltf", - "up": "+y", + "path": "murial2D.jpg", + "mediatype": "image/jpeg", + "up": "+z", "presupported": false } ], @@ -57,9 +66,12 @@ { "path": "http://localhost:3214/models/91plknnr4dnh" }, + { + "path": "http://localhost:3214/models/dc7l7rfscgb9" + }, { "path": "http://localhost:3214/models/n763hc89dm39" } ], - "main": "murial2D.glb" -} + "main": "templates/xrfragments/#3/murial2D.glb" +} \ No newline at end of file diff --git a/assets/template/murial2D/murial2D.jpg b/assets/template/murial2D/murial2D.jpg index daeb350..3dc1050 100644 Binary files a/assets/template/murial2D/murial2D.jpg and b/assets/template/murial2D/murial2D.jpg differ diff --git a/assets/template/murial3D/datapackage.json b/assets/template/murial3D/datapackage.json new file mode 100644 index 0000000..174a551 --- /dev/null +++ b/assets/template/murial3D/datapackage.json @@ -0,0 +1,72 @@ +{ + "$schema": "https://manyfold.app/profiles/0.0/datapackage.json", + "name": "murial-3d-image", + "title": "Murial 3D image", + "caption": "", + "description": "\n\n\n\n\n\n\n\n\n \n \n\n \n \n \n \n\n\n \n\n", + "homepage": "http://localhost:3214/models/h11mkw067b9s", + "image": "murial3D.jpg", + "keywords": [ + "janusxr", + "mml", + "xrfragments", + "room3" + ], + "licenses": [ + { + "name": "CC-BY-NC-SA-4.0", + "path": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html" + } + ], + "resources": [ + { + "name": "murial3d", + "path": "murial3D.glb", + "mediatype": "model/gltf", + "caption": "", + "description": "", + "up": "+z", + "presupported": false + }, + { + "name": "murial3d_img0", + "path": "murial3D_img0.png", + "mediatype": "image/png", + "up": "+z", + "presupported": false + }, + { + "name": "murial3d", + "path": "murial3D.jpg", + "mediatype": "image/jpeg", + "up": "+z", + "presupported": false + } + ], + "sensitive": false, + "contributors": [ + { + "title": "xrfragments", + "path": "http://localhost:3214/creators/xrfragments", + "roles": [ + "creator" + ], + "caption": "", + "description": "XR Fragments is an open specification for hyperlinking & deeplinking 3D fileformats .\nTurn 3D files into linkable AR/VR websites .\n3D files with XR Fragments enable interoperable, networkable and interactions via so-called extras and promote URL standards .", + "links": [ + { + "path": "http://localhost:3214/creators/xrfragments" + }, + { + "path": "https://xrfragment.org" + } + ] + } + ], + "links": [ + { + "path": "http://localhost:3214/models/h11mkw067b9s" + } + ], + "main": "templates/xrfragments/#4/murial3D.glb" +} \ No newline at end of file diff --git a/assets/template/murial3D/murial3D.jpg b/assets/template/murial3D/murial3D.jpg new file mode 100644 index 0000000..a0a7fe7 Binary files /dev/null and b/assets/template/murial3D/murial3D.jpg differ