Skip to content

Instantly share code, notes, and snippets.

View mythrz's full-sized avatar
💭
busy

mythrz

💭
busy
View GitHub Profile
@AMZN-alexpete
AMZN-alexpete / SpacesscapeO3DE.md
Last active August 6, 2023 13:42
SpaceScape Skyboxes in O3DE

Using Spacescape skyboxes in O3DE

  1. Open Spacescape, load your skybox file and turn on HDR using the Settings>Enable HDR menu option. image

  2. (Optional) disable all the star layers in your skybox if you intend to use the Stars Gem and component in spacescape.

  3. Select File>Export and select the Single DDS Cube Map type and Export For OGRE 3D SpacescapeExportSettings Choose a path inside your project.

<div>
<label for="sort-by">Sort by</label>
<select id="sort-by">
<option value="manual">Featured</option>
<option value="price-ascending">Price: Low to High</option>
<option value="price-descending">Price: High to Low</option>
<option value="title-ascending">A-Z</option>
<option value="title-descending">Z-A</option>
<option value="created-ascending">Oldest to Newest</option>
<option value="created-descending">Newest to Oldest</option>