This scene uses a Blockade Games’ text to skybox tool to build a skybox around the player. Note that this requires a pretty large scene area, ideally in a Decentraland World.
The scene maps the texture generated by this tool to a large cube, which is attached to the player's position, and moves together with the player to maintain the illusion of the background being always out of reach.
Install the CLI
Download and install the Decentraland CLI by running the following command inside this scene root directory:
npm install @dcl/sdk@next
Previewing the scene
-
Download this full repository from sdk7-goerli-plaza, including this and several other example scenes on SDK7.
-
Install the Decentraland Editor
-
Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.
-
Open the Decentraland Editor tab, and press Run Scene
Alternatively, you can use the command line. Inside this scene root directory run:
npm run start
This scene is protected with a standard Apache 2 license. See the terms and conditions in the LICENSE file.