Beautiful space backgrounds with stars, nebulae, and procedural effects
The Skybox API creates stunning space backgrounds with procedural star fields, colorful nebulae, galaxy spirals, and atmospheric fog perfect for space games.
Creates a complete space environment.
createSpaceSkybox({ starCount: 10000, nebulaColor: 0x8800ff });
Rotates the skybox (animated background).
setSkyboxRotation(0, time * 0.001, 0);