Skybox is a cube, where you can map 6 images specifically created.
There are a lot of tutorials on the internet how to create a skybox.
Skybox = TSkybox.Create(); Skybox.LoadTextures('Room01/skybox/atmosphere.jpg');
Skybox only has one procedure LoadTextures.
We want to use skybox named “atmosphere”. So we place inside folder data\Room01\skybox\ files:
Dage takes it from there.