5.20.0 • Published 2 years ago

@babylonjs/assets v5.20.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Babylon.js Assets

A place for storing all the assets that are used by Babylon.js website, core engine or official playgrounds.

CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

The list of available assets can be found at Assets page.

Adding new assets and updating the file structure

Please add assets in the right directory, according to the assets type (textures, sounds, meshes, etc.).

When adding assets make sure to update the file structure. To do that please run the following command in the libGenerator directory:

npm run update-structure

After that please run

npm run generate

To update the Assets.md file (if needed)

Note that this is optional but recommended.