Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created October 14, 2021 15:30
Show Gist options
  • Save chrismatthieu/895c5c6652779d79016223c12e614df0 to your computer and use it in GitHub Desktop.
Save chrismatthieu/895c5c6652779d79016223c12e614df0 to your computer and use it in GitHub Desktop.
<a-scene>
<a-assets>
<a-asset-item id="model" crossorigin="anonymous" src="https://xrpanet.s3.us-west-1.amazonaws.com/citrixhalloween/scene.gltf"></a-asset-item>
</a-assets>
<a-gltf-model src="#model" scale="1 1 1"></a-gltf-model>
</a-scene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment