Skip to content

Instantly share code, notes, and snippets.

View chrismatthieu's full-sized avatar
🚀
Hacking the metaverse!

Chris Matthieu chrismatthieu

🚀
Hacking the metaverse!
View GitHub Profile
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/80swarehouse/scene.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel", "position":"-26.63102 0 -0.2212", "scale":"2 1 2", "rotation":"0 0 0"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/bar2/scene.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel", "scale":"2 1.5 2"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/spoke/OutdoorMeetup.glb"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel", "position":"0 -.1 20", "rotation":"0 180 0"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/church/scene.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel", "position":"0 -5 0"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/ArcadeRoom.glb"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/ChillPool.glb"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel"}
]
}
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/kidville/scene.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel"}
]
}
{
"assets": [
{ "id": "tree-obj", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/vroffice/mdl.obj"},
{ "id": "tree-mtl", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/vroffice/mdl.mtl"}
],
"entities": [
{ "id":"office", "obj-model": "obj: #tree-obj; mtl: #tree-mtl"}
]
}
{"entities": [{ "id":"backdrop", "environment":"preset:forest" }]}
{
"assets": [
{ "id": "cityModel", "src": "https://cdn.aframe.io/test-models/models/glTF-2.0/virtualcity/VC.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel"}
],
"embeds":[
{ "id":"video", "position": { "x": 3, "y": 4, "z": 19 }, "rotation": { "x": 0, "y": 180, "z": 0}, "scale": 45, "html": "<video autoplay loop='true' crossorigin='anonymous' src='https://xrpanet.s3-us-west-1.amazonaws.com/proudmary.mp4' type='video/mp4' playsinline webkit-playsinline style='position: absolute;z-index: -1000;'></video>" }
]