Skip to content

Instantly share code, notes, and snippets.

@hamzamu
Created August 6, 2025 08:12
Show Gist options
  • Save hamzamu/ab0b4308884fefef49f5feb9fc9e8a9d to your computer and use it in GitHub Desktop.
Save hamzamu/ab0b4308884fefef49f5feb9fc9e8a9d to your computer and use it in GitHub Desktop.
Aframe Sky
<a-assets>
<img id="skyTexture" src="https://cdn.aframe.io/a-painter/images/sky.jpg" crossorigin="anonymous">
</a-assets>
<a-sky id="background" src="#skyTexture" theta-length="90" radius="30" material="" geometry="" scale=""></a-sky>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment