Skip to content

Instantly share code, notes, and snippets.

@kring
Last active June 13, 2019 06:02
Show Gist options
  • Save kring/8477e32b8bec654a55c22d39b7de46ea to your computer and use it in GitHub Desktop.
Save kring/8477e32b8bec654a55c22d39b7de46ea to your computer and use it in GitHub Desktop.
Example of a glTF model in TerriaJS
{
"catalog": [
{
"name": "Skinned glTF Model",
"type": "gltf",
"url": "https://s3-ap-southeast-2.amazonaws.com/static.map.terria.io/data/Cesium_Man.glb",
"origin": {
"longitude": 151.215,
"latitude": -33.861,
"height": 36.0
},
"upAxis": "Y"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment