A place for storing all the assets that are used by Babylon.js website, core engine or official playgrounds.
This work is licensed under a Creative Commons Attribution 4.0 International License (Unless specified otherwise in the asset folder)
The list of available assets can be found at Assets page.
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.