Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created August 8, 2021 15:59
Show Gist options
  • Save chrismatthieu/8b8def8f03b130064008144a4bf02c78 to your computer and use it in GitHub Desktop.
Save chrismatthieu/8b8def8f03b130064008144a4bf02c78 to your computer and use it in GitHub Desktop.
{
"assets": [
{ "id": "cityModel", "src": "https://xrpanet.s3-us-west-1.amazonaws.com/nightclub/scene.gltf"}
],
"entities": [
{ "id":"city", "gltf-model": "#cityModel", "scale":"2 2 2"},
{ "id":"light", "light":"color: #FFF; intensity: 10", "position":"-1 1 0"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment