Skybox plugin
const skybox = new WHS.Skybox({
skyType: 'box',
imgSuffix: '.jpg',
radius: 1000,
fog: false,
path: 'assets/DarkSea-'
});
skybox.addTo(GAME);
const skybox = new WHS.Skybox({
skyType: 'sphere',
imgSuffix: '.jpg',
radius: 100,
fog: false,
path: 'assets/sphere'
});
skybox.addTo(GAME);
Credits for Assets in Examples