Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.16 KB

Dance floor

A scene with animations, sound, and tiles on the floor that randomly change color to the beat.

This scene shows you:

  • How to play music
  • How to add a 3D model
  • How to play animations from a 3D model
  • How to change the materials on a primitive shape
  • How to handle synchronized changes of several entities through a system
  • How to create custom components
  • How to use component groups to manage multiple entities

Try it out

Install the CLI

Download and install the Decentraland CLI by running the following command:

npm i -g decentraland

Previewing the scene

Download this example and navigate to its directory, then run:

$:  dcl start

Any dependencies are installed and then the CLI opens the scene in a new browser tab.

Learn more about how to build your own scenes in our documentation site.

If something doesn’t work, please file an issue.

Copyright info

This scene is protected with a standard Apache 2 licence. See the terms and conditions in the LICENSE file.