Right now the samples files are added directly on this repo. It should be better to maintain them in a different repo.
At first I was thinking about doing that in a different file from aframe-registry but we don't really want to create a place where everyone will push plenty of assets, but just trying to keep some basic examples for each kind of asset: terrain, envmapping, flares, checkboard, wood, and so on.
Probably a good approach could be to add them to a subfolder in https://github.com/aframevr/assets and include there, or here, a samples.json with the list of the textures and some basic metadata (at least a name and the attribution and/or license).
Right now the samples files are added directly on this repo. It should be better to maintain them in a different repo. At first I was thinking about doing that in a different file from
aframe-registry
but we don't really want to create a place where everyone will push plenty of assets, but just trying to keep some basic examples for each kind of asset: terrain, envmapping, flares, checkboard, wood, and so on. Probably a good approach could be to add them to a subfolder in https://github.com/aframevr/assets and include there, or here, asamples.json
with the list of the textures and some basic metadata (at least a name and the attribution and/or license).