Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Last active March 6, 2022 15:12
Show Gist options
  • Save chrismatthieu/67e90869cc1287cef7062f62f524ccb3 to your computer and use it in GitHub Desktop.
Save chrismatthieu/67e90869cc1287cef7062f62f524ccb3 to your computer and use it in GitHub Desktop.
{"assets": [
{ "id": "oldenglish", "src": "https://vetcoinhq.com/oldenglish/scene.gltf"}
],
"entities": [
{ "id":"light", "geometry": { "primitive": "light"}, "type":"ambient", "color":"#FFF", "intensity": "1.5", "position":"0 1000 0"},
{ "id":"floor-plan2", "gltf-model":"#oldenglish", "scale":"1 1 1", "position":"10 0 59", "rotation":"0 180 0", "shadow":"receive: true; cast: true;"},
{ "id":"plane", "geometry": { "primitive": "plane", "width": "5000", "height": "1"}, "material": { "color": "#452E1A" }, "radius":"5000", "ground":"flat", "groundTexture":"walkernoise", "grid":"none"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment